0
Fork 0
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:
Gao Sun 2023-01-10 23:04:33 +08:00
parent 338b0ed63f
commit 3f47695726
No known key found for this signature in database
GPG key ID: 13EBE123E4773688

View file

@ -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": {