Skip to content

Commit 8268668

Browse files
committed
Smoke test by executing index
If we've messed up the imports or something, this should tell us.
1 parent 913c1f9 commit 8268668

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
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"type": "module",
77
"scripts": {
8-
"test": "NODE_OPTIONS=--experimental-vm-modules jest"
8+
"test": "node index.js && NODE_OPTIONS=--experimental-vm-modules jest"
99
},
1010
"repository": {
1111
"type": "git",

0 commit comments

Comments
 (0)