Skip to content

Commit 1b68717

Browse files
committed
chore: update
1 parent 9573fbd commit 1b68717

File tree

4 files changed

+3
-12
lines changed

4 files changed

+3
-12
lines changed

.husky/_/husky.sh

Lines changed: 0 additions & 9 deletions
This file was deleted.

.husky/commit-msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22

3-
npx --no -- commitlint --edit $1
3+
pnpm exec commitlint --edit $1

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22

3-
npx lint-staged --allow-empty $1
3+
pnpm exec lint-staged --allow-empty $1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
"*.py": "black -S",
1818
"*.rs": "rustfmt"
1919
},
20-
"packageManager": "pnpm@9.15.0"
20+
"packageManager": "pnpm@10.25.0"
2121
}

0 commit comments

Comments
 (0)