Skip to content

Commit cdc5274

Browse files
committed
refactor: worth a try
1 parent 9396b3c commit cdc5274

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
],
4545
"scripts": {
4646
"build": "microbundle",
47-
"changeset:release": "npm run build && @changesets/cli publish",
48-
"changeset:version": "@changesets/cli version",
47+
"changeset:release": "npm run build && npx @changesets/cli publish",
48+
"changeset:version": "npx @changesets/cli version",
4949
"codestyle": "prettier . --write",
5050
"dev": "microbundle watch",
5151
"lint": "npm-run-all --parallel lint:*",

0 commit comments

Comments
 (0)