Skip to content

Commit 0f54313

Browse files
committed
Add --max-old-space-size
1 parent b60ef57 commit 0f54313

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-hawo-acs-dev-appserver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- run: |
2929
cd packages/acs-app
30-
node --optimize-for-size node_modules/.bin/react-scripts build
30+
node --max-old-space-size=4096 --optimize-for-size node_modules/.bin/react-scripts build
3131
env:
3232
NODE_ENV: production
3333

0 commit comments

Comments
 (0)