mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
attempt to incrase node heap size
This commit is contained in:
parent
b7033133ad
commit
e5556dd115
1 changed files with 1 additions and 1 deletions
|
|
@ -402,7 +402,7 @@
|
|||
"pretest": "npm run compile",
|
||||
"dev": "cd webview-ui && npm run dev",
|
||||
"test": "node scripts/run-tests.js",
|
||||
"test:extension": "jest -w=40%",
|
||||
"test:extension": "node --max-old-space-size=8192 ./node_modules/.bin/jest -w=40%",
|
||||
"test:webview": "cd webview-ui && npm run test",
|
||||
"prepare": "husky",
|
||||
"publish:marketplace": "vsce publish && ovsx publish",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue