Skip to content

Commit a77fa55

Browse files
committedMar 20, 2023
Fix Git hooks
1 parent 19ad88b commit a77fa55

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
 

‎.husky/pre-commit

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/bin/sh
22
. "$(dirname "$0")/_/husky.sh"
33

4-
cd beta
54
yarn lint-staged

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"ci-check": "npm-run-all prettier:diff --parallel lint tsc lint-heading-ids",
1919
"tsc": "tsc --noEmit",
2020
"start": "next start",
21-
"postinstall": "patch-package && (is-ci || (cd .. && husky install .husky))",
21+
"postinstall": "patch-package && (is-ci || husky install .husky)",
2222
"check-all": "npm-run-all prettier lint:fix tsc"
2323
},
2424
"dependencies": {

0 commit comments

Comments
 (0)