Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3849c16666 |
@@ -70,12 +70,7 @@ jobs:
|
|||||||
CI: 'false'
|
CI: 'false'
|
||||||
GENERATE_SOURCEMAP: 'false'
|
GENERATE_SOURCEMAP: 'false'
|
||||||
NODE_OPTIONS: --max-old-space-size=4096
|
NODE_OPTIONS: --max-old-space-size=4096
|
||||||
# CRA's build (Terser minify + fork-ts-checker workers) has repeatedly died silently on
|
run: npm run build
|
||||||
# this runner with no error output (OOM/SIGSEGV signature — same resource-starved-runner
|
|
||||||
# class as the npm ci and dotnet-install flakes elsewhere in this workflow). Retry once.
|
|
||||||
run: |
|
|
||||||
npm run build \
|
|
||||||
|| ( echo "Frontend build failed ($?) — retrying once..." && npm run build )
|
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
needs: test
|
needs: test
|
||||||
|
|||||||
Reference in New Issue
Block a user