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 9573fbd commit 1b68717Copy full SHA for 1b68717
.husky/_/husky.sh
.husky/commit-msg
@@ -1,3 +1,3 @@
1
#!/bin/sh
2
3
-npx --no -- commitlint --edit $1
+pnpm exec commitlint --edit $1
.husky/pre-commit
-npx lint-staged --allow-empty $1
+pnpm exec lint-staged --allow-empty $1
package.json
@@ -17,5 +17,5 @@
17
"*.py": "black -S",
18
"*.rs": "rustfmt"
19
},
20
- "packageManager": "pnpm@9.15.0"
+ "packageManager": "pnpm@10.25.0"
21
}
0 commit comments