We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea7fdd6 commit 718002fCopy full SHA for 718002f
1 file changed
package.json
@@ -19,7 +19,7 @@
19
"scripts": {
20
"build": "rm -rf dist && microbundle src/index.ts",
21
"test": "npm run build -f modern && mocha",
22
- "prepublishOnly": "npm run format && npm run build",
+ "prepublishOnly": "npm run build",
23
"lint": "prettier --write .",
24
"type-check": "tsc",
25
"release": "release-it"
0 commit comments