1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/haste_ynh.git synced 2024-09-03 20:36:28 +02:00

Fix ynh_npm

This commit is contained in:
ericgaspar 2021-11-18 11:47:22 +01:00
parent 37cea19f58
commit 404bf7a8a9
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 2 additions and 2 deletions

View file

@ -105,7 +105,7 @@ ynh_add_systemd_config
pushd "$final_path"
ynh_use_nodejs
ynh_exec_warn_less ynh_npm install
ynh_exec_warn_less $ynh_npm install
popd
#=================================================

View file

@ -117,7 +117,7 @@ ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version
pushd "$final_path"
ynh_use_nodejs
ynh_exec_warn_less ynh_npm install
ynh_exec_warn_less $ynh_npm install
popd
#=================================================