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

Use $ynh_npm with ynh_exec_warn_less in upgrade

This commit is contained in:
tituspijean 2021-11-16 10:01:54 +01:00 committed by Nicolas Frandeboeuf
parent fb1a4d6d08
commit b88c997b92

View file

@ -163,7 +163,7 @@ ynh_use_nodejs
# linked to modules compiled for the previous version.
ynh_secure_remove --file="$final_path/node_modules"
ynh_exec_warn_less ynh_npm install --production --unsafe-perm
ynh_exec_warn_less $ynh_npm install --production --unsafe-perm
)
#=================================================