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

Silence npm warnings

This commit is contained in:
tituspijean 2021-04-21 13:49:33 +02:00
parent cbee033371
commit 7bbed9d4db
2 changed files with 2 additions and 2 deletions

View file

@ -87,7 +87,7 @@ chown -R $app: $final_path
pushd $final_path
ynh_use_nodejs
exec_as $app env PATH=$PATH npm install --production
ynh_exec_warn_less exec_as $app env PATH=$PATH npm install --production
popd
#=================================================

View file

@ -115,7 +115,7 @@ chown -R $app: $final_path
pushd $final_path
ynh_use_nodejs
exec_as $app env PATH=$PATH npm install --production
ynh_exec_warn_less exec_as $app env PATH=$PATH npm install --production
popd
#=================================================