#!/usr/bin/env bash ## verify php and typescript types echo "formatting php typechecking" vendor/bin/php-cs-fixer fix echo "formatting typescript typechecking" npm run format