Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a8e2f4dc4a | |||
| 8edbdceee9 | |||
| 4f98195592 |
@@ -70,7 +70,12 @@ 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
|
||||||
run: npm run build
|
# CRA's build (Terser minify + fork-ts-checker workers) has repeatedly died silently on
|
||||||
|
# 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