Skip to content

Commit 821a6a0

Browse files
committed
🔧 chore: husky git hooks
1 parent 9c33ed5 commit 821a6a0

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.husky/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_

.husky/commit-msg

100644100755
File mode changed.

.husky/pre-commit

100644100755
File mode changed.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,8 @@
4141
"license": "MIT",
4242
"devDependencies": {
4343
"husky": "^6.0.0"
44+
},
45+
"scripts": {
46+
"prepare": "husky install"
4447
}
4548
}

0 commit comments

Comments
 (0)