Skip to content

Commit e6d3dcf

Browse files
committed
try this
1 parent b2475e9 commit e6d3dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"build": "rm -fr ./build && tsc -p tsconfig.lib.json",
1212
"release": "standard-version",
1313
"test": "jest",
14-
"test:ci": "jest --ci --expose-gc --bail",
14+
"test:ci": "node --expose-gc ./node_modules/.bin/jest --ci --bail",
1515
"type-check": "tsc -p tsconfig.lib.json"
1616
},
1717
"prettier": {

0 commit comments

Comments
 (0)