Update scripts/install
This commit is contained in:
parent
12bc5aaa97
commit
8b16d85b14
1 changed files with 4 additions and 4 deletions
|
@ -164,10 +164,10 @@ ynh_config_add_logrotate
|
||||||
### forms.
|
### forms.
|
||||||
|
|
||||||
pushd $install_dir
|
pushd $install_dir
|
||||||
ynh_hide_warnings ynh_exec_as env $ynh_node_load_PATH yarn install
|
ynh_hide_warnings ynh_exec_as_app yarn install
|
||||||
ynh_hide_warnings ynh_exec_as env $ynh_node_load_PATH workspace @chibisafe/backend generate
|
ynh_hide_warnings ynh_exec_as_app yarn 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 yarn workspace @chibisafe/backend migrate
|
||||||
ynh_hide_warnings ynh_exec_as env $ynh_node_load_PATH yarn build
|
ynh_hide_warnings ynh_exec_as_app yarn build
|
||||||
popd
|
popd
|
||||||
|
|
||||||
# Installation with curl
|
# Installation with curl
|
||||||
|
|
Loading…
Reference in a new issue