We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 748e592 commit 096d62cCopy full SHA for 096d62c
package.json
@@ -9,7 +9,7 @@
9
"scripts": {
10
"postinstall": "node ./postinstall.js",
11
"lint": "eslint *.js",
12
- "test": "node --experimental-vm-modules ./node_modules/.bin/jest",
+ "test": "yarn node --experimental-vm-modules $(yarn bin jest)",
13
"publish": "publish",
14
"create-publish-dist": "clean-publish --no-publish",
15
"uninstall": "node ./uninstall.js"
0 commit comments