1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/psitransfer_ynh.git synced 2024-09-03 20:16:06 +02:00
This commit is contained in:
Éric Gaspar 2023-09-20 18:17:19 +02:00
parent f41732b68e
commit c946e06c6b
2 changed files with 2 additions and 2 deletions

View file

@ -63,7 +63,7 @@ ynh_script_progression --message="Installing $app..." --weight=1
pushd $install_dir
ynh_use_nodejs
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH NODE_ENV=production $ynh_npm install
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH $ynh_npm install --production
popd
#=================================================

View file

@ -73,7 +73,7 @@ ynh_script_progression --message="Upgrading $app..." --weight=1
pushd "$install_dir"
ynh_use_nodejs
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH $ynh_npm install
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH $ynh_npm install --production
popd
#=================================================