add packages for yarn
This commit is contained in:
parent
656d306e24
commit
61c2a491fc
2 changed files with 6 additions and 1 deletions
|
@ -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 "$@"
|
Loading…
Add table
Add a link
Reference in a new issue