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:
parent
cbee033371
commit
7bbed9d4db
2 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@ chown -R $app: $final_path
|
||||||
|
|
||||||
pushd $final_path
|
pushd $final_path
|
||||||
ynh_use_nodejs
|
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
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
|
@ -115,7 +115,7 @@ chown -R $app: $final_path
|
||||||
|
|
||||||
pushd $final_path
|
pushd $final_path
|
||||||
ynh_use_nodejs
|
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
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue