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 8ce876d commit 1b58161Copy full SHA for 1b58161
package.json
@@ -38,7 +38,8 @@
38
"prerelease": "npm run build",
39
"prettier": "prettier --cache --ignore-path .gitignore --ignore-path .prettierignore --write --list-different .",
40
"prettier:check": "prettier --cache --ignore-path .gitignore --ignore-path .prettierignore --check .",
41
- "release": "changeset publish",
+ "version": "npx changeset version",
42
+ "release": "npx changeset publish",
43
"test": "jest --no-watchman",
44
"test:bun": "bun test",
45
"test:leaks": "cross-env \"LEAK_TEST=1\" jest --no-watchman --detectOpenHandles --detectLeaks --forceExit",
0 commit comments