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
b0f9d65489
commit
881932d4db
3 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
||||||
# COMMON VARIABLES
|
# COMMON VARIABLES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
version_commit=335b42256fbbe5080d7756fc0ca085433c9d14f5
|
version_commit=2e7fbfecf9cbdc369229a0f234ef180f03dd6035
|
||||||
|
|
||||||
nodejs_version=16
|
nodejs_version=16
|
||||||
|
|
||||||
|
|
|
@ -110,7 +110,7 @@ ynh_script_progression --message="Building Sutom... (this will take some time an
|
||||||
pushd "$final_path"
|
pushd "$final_path"
|
||||||
ynh_use_nodejs
|
ynh_use_nodejs
|
||||||
ynh_exec_warn_less npm i -g npm
|
ynh_exec_warn_less npm i -g npm
|
||||||
ynh_exec_warn_less npm install
|
ynh_exec_warn_less npm install --production
|
||||||
popd
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
|
@ -114,7 +114,7 @@ ynh_script_progression --message="Building Sutom... (this will take some time an
|
||||||
pushd "$final_path"
|
pushd "$final_path"
|
||||||
ynh_use_nodejs
|
ynh_use_nodejs
|
||||||
ynh_exec_warn_less npm i -g npm
|
ynh_exec_warn_less npm i -g npm
|
||||||
ynh_exec_warn_less npm install
|
ynh_exec_warn_less npm install --production
|
||||||
popd
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue