Skip to content

Commit 1b58161

Browse files
committed
Update package.json
1 parent 8ce876d commit 1b58161

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
"prerelease": "npm run build",
3939
"prettier": "prettier --cache --ignore-path .gitignore --ignore-path .prettierignore --write --list-different .",
4040
"prettier:check": "prettier --cache --ignore-path .gitignore --ignore-path .prettierignore --check .",
41-
"release": "changeset publish",
41+
"version": "npx changeset version",
42+
"release": "npx changeset publish",
4243
"test": "jest --no-watchman",
4344
"test:bun": "bun test",
4445
"test:leaks": "cross-env \"LEAK_TEST=1\" jest --no-watchman --detectOpenHandles --detectLeaks --forceExit",

0 commit comments

Comments
 (0)