add packages for yarn

This commit is contained in:
Michael Parker 2020-04-11 21:48:22 -04:00
parent 55c8ddd5f2
commit 744ad99283
2 changed files with 6 additions and 1 deletions

View file

@ -71,5 +71,10 @@ php artisan db:seed --force
echo -e "Starting cron jobs."
crond -L /var/log/crond -l 5
## install yarn stuff
yarn install --production
yarn add cross-env
yarn run build:production
echo -e "Starting supervisord."
exec "$@"