Bump old space for tsc

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2025-11-17 14:56:43 +01:00
parent 5df0bb0556
commit 4d744bb728
+2 -2
View File
@@ -65,8 +65,8 @@
"test": "NODE_OPTIONS='--no-node-snapshot --experimental-vm-modules' backstage-cli repo test",
"test:all": "NODE_OPTIONS='--no-node-snapshot --experimental-vm-modules' backstage-cli repo test --coverage",
"test:e2e": "NODE_OPTIONS=--no-node-snapshot playwright test",
"tsc": "tsc",
"tsc:full": "backstage-cli repo clean && tsc --skipLibCheck false --incremental false"
"tsc": "NODE_OPTIONS='--max-old-space-size=8192' tsc",
"tsc:full": "backstage-cli repo clean && NODE_OPTIONS='--max-old-space-size=8192' tsc --skipLibCheck false --incremental false"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,mjs,cjs}": [