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 ff59b8a commit 0fd8737Copy full SHA for 0fd8737
package.json
@@ -40,8 +40,8 @@
40
],
41
"scripts": {
42
"build": "pkgroll --clean-dist --sourcemap && publint",
43
- "changeset:publish": "yarn build && yarn dlx @changesets/cli@2 publish && yarn dlx jsr publish",
44
- "changeset:version": "yarn dlx @changesets/cli@2 version",
+ "changeset:publish": "yarn build && yarn changeset publish && yarn dlx jsr publish",
+ "changeset:version": "yarn changeset version",
45
"check": "yarn workspaces foreach -W run check",
46
"dev": "pkgroll --sourcemap --watch",
47
"lint": "biome check --fix",
0 commit comments