Skip to content

Commit 5e2ec07

Browse files
committedJun 30, 2022
chore: the cli is changeset, not changesets
1 parent bc411f1 commit 5e2ec07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"lint:tsc": "tsc --noEmit",
4747
"prepare": "simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0",
4848
"prerelease": "yarn build",
49-
"release": "changesets publish",
49+
"release": "changeset publish",
5050
"test": "run-p test:*",
5151
"test:multipleEslintrcs": "eslint --ext ts,tsx tests/multipleEslintrcs",
5252
"test:multipleTsconfigs": "eslint --ext ts,tsx tests/multipleTsconfigs",

0 commit comments

Comments
 (0)
Please sign in to comment.