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