Skip to content

Commit ca53617

Browse files
committed
Prettier
1 parent f33ce3c commit ca53617

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
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-
"version": "npx changeset version",
4241
"release": "npx changeset publish",
4342
"test": "jest --no-watchman",
4443
"test:bun": "bun test",
4544
"test:leaks": "cross-env \"LEAK_TEST=1\" jest --no-watchman --detectOpenHandles --detectLeaks --forceExit",
46-
"ts:check": "tsc --noEmit"
45+
"ts:check": "tsc --noEmit",
46+
"version": "npx changeset version"
4747
},
4848
"optionalDependencies": {
4949
"bun": "1.2.22"

0 commit comments

Comments
 (0)