Update scripts/install
This commit is contained in:
parent
0fc5df949e
commit
2963637e66
1 changed files with 4 additions and 4 deletions
|
@ -165,10 +165,10 @@ ynh_config_add_logrotate
|
|||
|
||||
pushd $install_dir
|
||||
ynh_use_nodejs
|
||||
ynh_exec sudo -u $app env $ynh_node_load_PATH yarn install
|
||||
ynh_exec sudo -u $app env $ynh_node_load_PATH workspace @chibisafe/backend generate
|
||||
ynh_exec sudo -u $app env $ynh_node_load_PATH workspace @chibisafe/backend migrate
|
||||
ynh_exec sudo -u $app env $ynh_node_load_PATH yarn build
|
||||
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn install
|
||||
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH workspace @chibisafe/backend generate
|
||||
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH workspace @chibisafe/backend migrate
|
||||
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn build
|
||||
popd
|
||||
|
||||
# Installation with curl
|
||||
|
|
Loading…
Reference in a new issue