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:
parent
fb1a4d6d08
commit
b88c997b92
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
)
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue