Skip to content

Commit 9bb7ab2

Browse files
committed
fix
1 parent 2e59725 commit 9bb7ab2

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
@@ -17,7 +17,7 @@
1717
"packageManager": "[email protected]",
1818
"scripts": {
1919
"prepare": "set-defaults .vscode",
20-
"prepublishOnly": "pnpm format:check && pnpm build",
20+
"prepublishOnly": "pnpm build",
2121
"release": "pnpm prepublishOnly && git push --all && pnpm changeset publish && git push --tags",
2222
"docs:dev": "vitepress dev",
2323
"docs:build": "pnpm prepare && vitepress build",

0 commit comments

Comments
 (0)