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:
parent
d7965e7f43
commit
5877a26089
1 changed files with 3 additions and 3 deletions
|
@ -103,9 +103,9 @@ pushd $final_path
|
|||
#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 $ynh_npm install -g npm@latest serve
|
||||
ynh_exec_warn_less $ynh_npm install
|
||||
ynh_exec_warn_less $ynh_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
|
||||
popd
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue