We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbdcb57 commit ce32776Copy full SHA for ce32776
package.json
@@ -14,7 +14,7 @@
14
"format:check": "prettier . --check",
15
"format:write": "prettier . --write",
16
"test": "node bin/test.js",
17
- "prepublishOnly": "npm run build"
+ "prepublishOnly": "npm run build && npm run test"
18
},
19
"files": [
20
"dist/**/*"
0 commit comments