Skip to content

Commit 587db9e

Browse files
committed
build: fix script
1 parent d465c69 commit 587db9e

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
@@ -5,7 +5,7 @@
55
"build": "turbo build",
66
"changeset": "changeset",
77
"check": "turbo check",
8-
"changeset:version": "changeset version && pnpm install --no-frozen-lockfile && pnpm prettier:write",
8+
"changeset:version": "changeset version && pnpm install --no-frozen-lockfile",
99
"changeset:publish": "changeset publish",
1010
"format": "prettier --write . && biome check --write .",
1111
"lint": "prettier --write . && biome check --write .",

0 commit comments

Comments
 (0)