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

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

View file

@ -132,7 +132,7 @@ ynh_use_nodejs
cd "$final_path"
chown -R "$app": "$final_path"
ynh_exec_warn_less ynh_npm install --production --unsafe-perm
ynh_exec_warn_less $ynh_npm install --production --unsafe-perm
)
#=================================================