Harden frontend CI build for low-memory runners

This commit is contained in:
2026-03-27 10:44:50 +01:00
parent 89d49aceab
commit 8d1ab8ae17
+4
View File
@@ -41,6 +41,10 @@ jobs:
- name: Build frontend
working-directory: job-tracker-ui
env:
CI: 'false'
GENERATE_SOURCEMAP: 'false'
NODE_OPTIONS: --max-old-space-size=512
run: npm run build
deploy: