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