Skip to content

Commit 489c129

Browse files
committed
update lock
1 parent 5ab2e8d commit 489c129

File tree

3 files changed

+1050
-2076
lines changed

3 files changed

+1050
-2076
lines changed

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env sh
22
. "$(dirname -- "$0")/_/husky.sh"
33

4-
npx concurrently "pnpm:format" "pnpm:test run"
4+
npx concurrently "pnpm:test run"

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
},
3838
"scripts": {
3939
"build": "unbuild",
40-
"format": "prettier -c .",
4140
"test": "vitest",
4241
"prepare": "husky install"
4342
},

0 commit comments

Comments
 (0)