mirror of
https://github.com/YunoHost-Apps/chitchatter_ynh.git
synced 2024-09-03 18:15:59 +02:00
Fix
This commit is contained in:
parent
dbc92c24f4
commit
0c48d51396
1 changed files with 6 additions and 3 deletions
|
@ -100,9 +100,12 @@ ynh_script_progression --message="Configuring the app..." --weight=10
|
||||||
|
|
||||||
pushd $final_path
|
pushd $final_path
|
||||||
ynh_use_nodejs
|
ynh_use_nodejs
|
||||||
ynh_exec_warn_less npm install -g npm@latest serve
|
#ynh_exec_warn_less npm install -g npm@latest serve
|
||||||
ynh_exec_warn_less npm install
|
#ynh_exec_warn_less npm install
|
||||||
ynh_exec_warn_less npm run build
|
#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 build
|
||||||
popd
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue