We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f79822d commit 6f7f529Copy full SHA for 6f7f529
package.json
@@ -26,6 +26,7 @@
26
"lint:check": "eslint",
27
"format:check": "prettier . --check",
28
"format:write": "prettier . --write",
29
+ "prepublishOnly": "npm run build",
30
"test": "node bin/test.js"
31
},
32
"files": [
0 commit comments