keep staging image build on turbopack
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user