Update stuff so we can pass build hopefully
Build and Push Next App / quality (push) Failing after 43s
Build and Push Next App / build-next (push) Has been skipped

This commit is contained in:
Gabriel Brown
2026-06-21 21:52:37 -05:00
parent efb0237145
commit b9c13b944f
2 changed files with 10 additions and 34 deletions
+2
View File
@@ -30,6 +30,8 @@ has_cloud_deployment_env() {
}
if has_self_hosted_env || has_cloud_deployment_env; then
cd "$ROOT_DIR"
bun patch:usesend
cd "$ROOT_DIR/packages/backend"
bun run codegen
exit 0