Skip to content

Commit 718002f

Browse files
committed
Fix prepublish script
1 parent ea7fdd6 commit 718002f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"scripts": {
2020
"build": "rm -rf dist && microbundle src/index.ts",
2121
"test": "npm run build -f modern && mocha",
22-
"prepublishOnly": "npm run format && npm run build",
22+
"prepublishOnly": "npm run build",
2323
"lint": "prettier --write .",
2424
"type-check": "tsc",
2525
"release": "release-it"

0 commit comments

Comments
 (0)