Skip to content

Commit a8ecf3b

Browse files
committed
chore: fix scripts
1 parent 82308ed commit a8ecf3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"changeset": "changeset",
1818
"version-packages": "changeset version && pnpm i",
1919
"ci:version": "changeset version && pnpm i --no-frozen-lockfile && git add .",
20-
"release": "pnpm run build && changeset publish",
20+
"release": "pnpm run build:kit && changeset publish",
2121
"update-deps": "taze -w -r && pnpm i",
2222
"publish": "changeset publish",
2323
"prepublish": "pnpm build"

0 commit comments

Comments
 (0)