Skip to content

Commit a505253

Browse files
🔧 chore: Fix husky
1 parent 9567ea6 commit a505253

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.husky/commit-msg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
32

43
npx --no -- commitlint --edit ${1}

.husky/pre-commit

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
32

43
npm run sync:md
54
git add .

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"lint": "eslint \"{src,tests}/**/*.{js,jsx,ts,tsx}\" --fix",
4141
"lint:md": "remark . --quiet --frail --output",
4242
"lint:style": "stylelint \"{src,tests}/**/*.{js,jsx,ts,tsx}\" --fix",
43-
"prepare": "husky install && npm run setup",
43+
"prepare": "husky && npm run setup",
4444
"prepublishOnly": "npm run build",
4545
"prettier": "prettier -c --write --no-error-on-unmatched-pattern \"**/**\"",
4646
"pull": "git pull",

0 commit comments

Comments
 (0)