Update scripts/install
This commit is contained in:
parent
be3d3f537a
commit
12bc5aaa97
1 changed files with 4 additions and 5 deletions
|
@ -164,11 +164,10 @@ ynh_config_add_logrotate
|
||||||
### forms.
|
### forms.
|
||||||
|
|
||||||
pushd $install_dir
|
pushd $install_dir
|
||||||
ynh_use_nodejs
|
ynh_hide_warnings ynh_exec_as env $ynh_node_load_PATH yarn install
|
||||||
ynh_hide_warnings ynh_exec_as $app env $ynh_node_load_PATH yarn install
|
ynh_hide_warnings ynh_exec_as env $ynh_node_load_PATH workspace @chibisafe/backend generate
|
||||||
ynh_hide_warnings ynh_exec_as $app env $ynh_node_load_PATH workspace @chibisafe/backend generate
|
ynh_hide_warnings ynh_exec_as env $ynh_node_load_PATH workspace @chibisafe/backend migrate
|
||||||
ynh_hide_warnings ynh_exec_as $app env $ynh_node_load_PATH workspace @chibisafe/backend migrate
|
ynh_hide_warnings ynh_exec_as env $ynh_node_load_PATH yarn build
|
||||||
ynh_hide_warnings ynh_exec_as $app env $ynh_node_load_PATH yarn build
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
# Installation with curl
|
# Installation with curl
|
||||||
|
|
Loading…
Reference in a new issue