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 2adcea9 commit 8a149f8Copy full SHA for 8a149f8
package.json
@@ -44,8 +44,8 @@
44
],
45
"scripts": {
46
"build": "microbundle",
47
- "changeset:release": "npm run build && changeset publish",
48
- "changeset:version": "changeset version",
+ "changeset:release": "npm run build && @changesets/cli publish",
+ "changeset:version": "@changesets/cli version",
49
"codestyle": "prettier . --write",
50
"dev": "microbundle watch",
51
"lint": "npm-run-all --parallel lint:*",
0 commit comments