RSS Git Download  Clone
Raw View History
Blames found: 5 Mode: shell Binary: false


Hang on, we reloading big blames...
#!/usr/bin/env bash DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" TOP=$DIR/..
set -e
pushd $TOP composer install composer install --no-dev composer dump-autoload --optimize npm install
npm run build
popd