Harden frontend CI build for low-memory runners
This commit is contained in:
@@ -41,6 +41,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Build frontend
|
- name: Build frontend
|
||||||
working-directory: job-tracker-ui
|
working-directory: job-tracker-ui
|
||||||
|
env:
|
||||||
|
CI: 'false'
|
||||||
|
GENERATE_SOURCEMAP: 'false'
|
||||||
|
NODE_OPTIONS: --max-old-space-size=512
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
|||||||
Reference in New Issue
Block a user