Skip to content

Commit 8bc7609

Browse files
fix: remove format checks from prepublish script
1 parent 8af288d commit 8bc7609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"format:check": "prettier --check .",
4646
"test": "vitest run --coverage",
4747
"validate": "npm run format:check && npm run lint && npm run test",
48-
"prepublishOnly": "npm run format:check && npm run lint && npm run test && npm run build",
48+
"prepublishOnly": "npm run build",
4949
"prepare": "husky"
5050
},
5151
"dependencies": {

0 commit comments

Comments
 (0)