We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4048532 commit 06d1060Copy full SHA for 06d1060
package.json
@@ -21,7 +21,7 @@
21
"build": "tsup",
22
"dev": "tsup --watch",
23
"update-jsr-version": "node --import tsx ./tools/update-jsr-version.mts",
24
- "publish-package": "changeset publish -- --provenance",
+ "publish-package": "changeset publish",
25
"publish-package-jsr": "pnpm update-jsr-version && npx jsr publish --allow-dirty",
26
"check-jsr": "pnpm update-jsr-version && npx jsr publish --allow-dirty --dry-run",
27
"check-npm": "npm publish --dry-run",
0 commit comments