Skip to content

Commit 06d1060

Browse files
committed
fix: changeset command
1 parent 4048532 commit 06d1060

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
@@ -21,7 +21,7 @@
2121
"build": "tsup",
2222
"dev": "tsup --watch",
2323
"update-jsr-version": "node --import tsx ./tools/update-jsr-version.mts",
24-
"publish-package": "changeset publish -- --provenance",
24+
"publish-package": "changeset publish",
2525
"publish-package-jsr": "pnpm update-jsr-version && npx jsr publish --allow-dirty",
2626
"check-jsr": "pnpm update-jsr-version && npx jsr publish --allow-dirty --dry-run",
2727
"check-npm": "npm publish --dry-run",

0 commit comments

Comments
 (0)