From c98f188741be56763881abe3abb195704d3c4f7e Mon Sep 17 00:00:00 2001 From: denis Date: Sun, 17 Nov 2024 13:52:26 -0500 Subject: [PATCH] Update scripts/upgrade --- scripts/upgrade | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/upgrade b/scripts/upgrade index 4ddd9b7..c6fcafa 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -49,6 +49,7 @@ pushd $install_dir 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 + ynh_hide_warnings ynh_exec_as_app bash -c "echo "BASE_API_URL=http://127.0.0.1:8000" >> ./packages/next/.env" popd #=================================================