We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ab433 commit 5f1241aCopy full SHA for 5f1241a
package.json
@@ -38,7 +38,7 @@
38
"build:module": "yarn esbuild --outdir=./dist --platform=node --format=cjs --bundle --minify --main-fields=module,main --sources-content=false ./src/module.ts",
39
"build": "yarn build:cli && yarn build:module",
40
"changelog": "conventional-changelog -i CHANGELOG.md -s -p angular",
41
- "test": "jest --runInBand --verbose",
+ "test": "NODE_OPTIONS=--max_old_space_size=8192 jest --runInBand --verbose",
42
"test:coverage": "yarn test --coverage",
43
"test:ci": "yarn test:coverage --reporters=default jest-junit --coverageReporters lcov --coverageReporters cobertura",
44
"lint": "eslint \"**/*.ts\"",
0 commit comments