We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b60ef57 commit 0f54313Copy full SHA for 0f54313
1 file changed
.github/workflows/deploy-hawo-acs-dev-appserver.yaml
@@ -27,7 +27,7 @@ jobs:
27
28
- run: |
29
cd packages/acs-app
30
- node --optimize-for-size node_modules/.bin/react-scripts build
+ node --max-old-space-size=4096 --optimize-for-size node_modules/.bin/react-scripts build
31
env:
32
NODE_ENV: production
33
0 commit comments