Skip to content

Commit 096d62c

Browse files
committed
ci: try yarn node
1 parent 748e592 commit 096d62c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"scripts": {
1010
"postinstall": "node ./postinstall.js",
1111
"lint": "eslint *.js",
12-
"test": "node --experimental-vm-modules ./node_modules/.bin/jest",
12+
"test": "yarn node --experimental-vm-modules $(yarn bin jest)",
1313
"publish": "publish",
1414
"create-publish-dist": "clean-publish --no-publish",
1515
"uninstall": "node ./uninstall.js"

0 commit comments

Comments
 (0)