mirror of
https://github.com/YunoHost-Apps/sutom_ynh.git
synced 2024-09-03 20:26:15 +02:00
Fix
This commit is contained in:
parent
1abe0bc037
commit
b0f9d65489
2 changed files with 2 additions and 2 deletions
|
@ -110,7 +110,7 @@ ynh_script_progression --message="Building Sutom... (this will take some time an
|
|||
pushd "$final_path"
|
||||
ynh_use_nodejs
|
||||
ynh_exec_warn_less npm i -g npm
|
||||
ynh_exec_warn_less npm install --production
|
||||
ynh_exec_warn_less npm install
|
||||
popd
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -114,7 +114,7 @@ ynh_script_progression --message="Building Sutom... (this will take some time an
|
|||
pushd "$final_path"
|
||||
ynh_use_nodejs
|
||||
ynh_exec_warn_less npm i -g npm
|
||||
ynh_exec_warn_less npm install --production
|
||||
ynh_exec_warn_less npm install
|
||||
popd
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue