We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19ad88b commit a77fa55Copy full SHA for a77fa55
.husky/pre-commit
@@ -1,5 +1,4 @@
1
#!/bin/sh
2
. "$(dirname "$0")/_/husky.sh"
3
4
-cd beta
5
yarn lint-staged
package.json
@@ -18,7 +18,7 @@
18
"ci-check": "npm-run-all prettier:diff --parallel lint tsc lint-heading-ids",
19
"tsc": "tsc --noEmit",
20
"start": "next start",
21
- "postinstall": "patch-package && (is-ci || (cd .. && husky install .husky))",
+ "postinstall": "patch-package && (is-ci || husky install .husky)",
22
"check-all": "npm-run-all prettier lint:fix tsc"
23
},
24
"dependencies": {
0 commit comments