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:
parent
67dc7901e7
commit
bb148e6cec
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ ynh_script_progression --message="Building $app... (this will take some time and
|
||||||
pushd "$final_path" || ynh_die
|
pushd "$final_path" || ynh_die
|
||||||
|
|
||||||
ynh_use_nodejs
|
ynh_use_nodejs
|
||||||
yarn install
|
yarn install --non-interactive --silent
|
||||||
yarn global add knex-migrator
|
yarn global add knex-migrator
|
||||||
NODE_ENV=production knex-migrator init
|
NODE_ENV=production knex-migrator init
|
||||||
yarn global add grunt-cli ember-cli
|
yarn global add grunt-cli ember-cli
|
||||||
|
|
Loading…
Add table
Reference in a new issue