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 c49dcbd commit 8375cddCopy full SHA for 8375cdd
.husky/pre-commit
@@ -1,4 +1 @@
1
-#!/bin/sh
2
-. "$(dirname "$0")/_/husky.sh"
3
-
4
-npx lint-staged
+pnpm exec lint-staged
package.json
@@ -31,7 +31,7 @@
31
"cypress:install": "cypress install && echo 'for use with ./cypress-install.js'",
32
"lint": "prettier --check \"src/**/*.{md,js}\"",
33
"lint:fix": "prettier --write \"src/**/*.{md,js}\"",
34
- "prepare": "husky install"
+ "prepare": "husky"
35
},
36
"browserslist": {
37
"production": [
0 commit comments