1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ghost_ynh.git synced 2024-09-03 19:16:02 +02:00

Yarn silent mode

This commit is contained in:
anmol26s 2021-03-06 20:38:22 +05:30
parent 67dc7901e7
commit bb148e6cec

View file

@ -131,7 +131,7 @@ ynh_script_progression --message="Building $app... (this will take some time and
pushd "$final_path" || ynh_die
ynh_use_nodejs
yarn install
yarn install --non-interactive --silent
yarn global add knex-migrator
NODE_ENV=production knex-migrator init
yarn global add grunt-cli ember-cli