Fix install / upgrade

This commit is contained in:
Florent 2022-11-02 20:17:51 +01:00 committed by Florent
parent 18fd638d5f
commit 985c994a5d
2 changed files with 2 additions and 2 deletions

View file

@ -128,7 +128,7 @@ ynh_script_progression --message="Building Node dependencies..." --weight=30
pushd "$final_path"
ynh_use_nodejs
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH npx yarn -- install
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH npx yarn install
popd
#=================================================

View file

@ -108,7 +108,7 @@ ynh_script_progression --message="Building Node dependencies..." --weight=3
pushd "$final_path"
ynh_use_nodejs
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH npx yarn -- install
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH npx yarn install
popd
#=================================================