keep staging image build on turbopack
Staging Backend Quality Gate / validate (push) Successful in 17m58s
Staging Backend Quality Gate / publish (push) Successful in 4m14s

This commit is contained in:
Jesse_Chen
2026-08-09 22:14:40 +08:00
parent 4f3f842958
commit 9235ee66f6
4 changed files with 20 additions and 4 deletions
+1 -1
View File
@@ -217,7 +217,7 @@ jobs:
npm test --prefix frontend
npm run lint --prefix frontend
if [ "$GITEA_EVENT_NAME" != "push" ]; then
if ! timeout 600 npm run build --prefix frontend; then
if ! timeout 600 npm run build --prefix frontend -- --webpack; then
echo "frontend production build exceeded bounded 600-second timeout" >&2
exit 124
fi