1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/chitchatter_ynh.git synced 2024-09-03 18:15:59 +02:00

Update install

This commit is contained in:
Éric Gaspar 2023-01-24 17:29:53 +01:00
parent 5877a26089
commit 9a93c5cc92

View file

@ -100,12 +100,9 @@ ynh_script_progression --message="Configuring the app..." --weight=10
pushd $final_path
ynh_use_nodejs
#ynh_exec_warn_less npm install -g npm@latest serve
#ynh_exec_warn_less npm install
#ynh_exec_warn_less npm run build
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH $ynh_npm install -g npm@latest serve
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 run build
ynh_exec_warn_less $ynh_npm install -g npm@latest serve
ynh_exec_warn_less $ynh_npm install
ynh_exec_warn_less $ynh_npm run build
popd
#=================================================