1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/sutom_ynh.git synced 2024-09-03 20:26:15 +02:00
This commit is contained in:
ericgaspar 2022-02-01 12:20:44 +01:00
parent d3a49780bd
commit 1abe0bc037
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
# COMMON VARIABLES # COMMON VARIABLES
#================================================= #=================================================
version_commit=1d48c6de990de0cecef4296d6e041921cad150f9 version_commit=335b42256fbbe5080d7756fc0ca085433c9d14f5
nodejs_version=16 nodejs_version=16

View file

@ -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 #--production ynh_exec_warn_less npm install --production
popd popd
#================================================= #=================================================