We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4106868 commit 2ae75cbCopy full SHA for 2ae75cb
1 file changed
package.json
@@ -26,7 +26,8 @@
26
"_bundle": "rollup -c rollup.config.ts --configPlugin typescript",
27
"build": "npm run _cls && npm run _bundle",
28
"format": "prettier --write src/",
29
- "test": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest"
+ "test": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest",
30
+ "prepublishOnly": "npm run test && npm run build"
31
},
32
"repository": {
33
"type": "git",
0 commit comments