Update scripts/install

This commit is contained in:
denis 2024-11-15 17:46:08 -05:00
parent 12bc5aaa97
commit 8b16d85b14

View file

@ -164,10 +164,10 @@ ynh_config_add_logrotate
### forms.
pushd $install_dir
ynh_hide_warnings ynh_exec_as 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 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 yarn install
ynh_hide_warnings ynh_exec_as_app yarn workspace @chibisafe/backend generate
ynh_hide_warnings ynh_exec_as_app yarn workspace @chibisafe/backend migrate
ynh_hide_warnings ynh_exec_as_app yarn build
popd
# Installation with curl