Fixing out of memory in build

This commit is contained in:
Bala Lakshmi Narayanasami
2022-07-19 23:56:46 +05:30
parent ba338dd1b4
commit 8e7a8e74a3

View File

@@ -196,7 +196,7 @@
"build:ci": "npm run format:check && npm run lint && npm run compile && npm run compile:strict && npm run pack:fast",
"pack:prod": "webpack --mode production",
"pack:fast": "webpack --mode development --progress",
"copyToConsumers": "node copyToConsumers",
"copyToConsumers": "node --max_old_space_size=4096 copyToConsumers",
"test": "rimraf coverage && jest",
"test:e2e": "jest -c ./jest.config.playwright.js --detectOpenHandles",
"watch": "npm run start",