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 f33ce3c commit ca53617Copy full SHA for ca53617
package.json
@@ -38,12 +38,12 @@
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
- "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",
46
- "ts:check": "tsc --noEmit"
+ "ts:check": "tsc --noEmit",
+ "version": "npx changeset version"
47
},
48
"optionalDependencies": {
49
"bun": "1.2.22"
0 commit comments