mirror of
https://github.com/logto-io/logto.git
synced 2025-01-27 21:39:16 -05:00
ci: increase node mem. size for test
This commit is contained in:
parent
338b0ed63f
commit
3f47695726
1 changed files with 2 additions and 2 deletions
|
@ -19,9 +19,9 @@
|
|||
"lint:report": "pnpm lint --format json --output-file report.json",
|
||||
"dev": "rm -rf build/ && pnpm run copyfiles && nodemon",
|
||||
"start": "NODE_ENV=production node build/index.js",
|
||||
"test:only": "NODE_OPTIONS=--experimental-vm-modules jest",
|
||||
"test:only": "NODE_OPTIONS=\"--experimental-vm-modules --max_old_space_size=4096\" jest --logHeapUsage",
|
||||
"test": "pnpm build:test && pnpm test:only",
|
||||
"test:ci": "pnpm test:only --coverage --silent --maxWorkers=75%",
|
||||
"test:ci": "pnpm test:only --coverage --silent",
|
||||
"test:report": "codecov -F core"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Add table
Reference in a new issue