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 b2475e9 commit e6d3dcfCopy full SHA for e6d3dcf
package.json
@@ -11,7 +11,7 @@
11
"build": "rm -fr ./build && tsc -p tsconfig.lib.json",
12
"release": "standard-version",
13
"test": "jest",
14
- "test:ci": "jest --ci --expose-gc --bail",
+ "test:ci": "node --expose-gc ./node_modules/.bin/jest --ci --bail",
15
"type-check": "tsc -p tsconfig.lib.json"
16
},
17
"prettier": {
0 commit comments