Skip to content

Commit 802aede

Browse files
committed
fix version script
1 parent a824e34 commit 802aede

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"packages/eslint-plugin"
1515
],
1616
"scripts": {
17-
"version": "changeset version && npm i",
17+
"version": "npx @changesets/cli version && npm i",
1818
"build": "tsc -b tsconfig.build.json",
1919
"lint": "run-s -c lint:*",
2020
"lint:tsc": "tsc -b",

0 commit comments

Comments
 (0)