Skip to content

Commit 0622767

Browse files
committed
chore: Add postinstall for husky install
1 parent 21878f5 commit 0622767

File tree

4 files changed

+2
-0
lines changed

4 files changed

+2
-0
lines changed

.husky/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_

.husky/post-merge

100644100755
File mode changed.

.husky/pre-commit

100644100755
File mode changed.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "GitHub Actions for mdBook",
55
"main": "lib/index.js",
66
"scripts": {
7+
"postinstall": "npx husky install",
78
"lint": "eslint ./src/**/*.ts",
89
"lint:fix": "eslint --fix ./src/**/*.ts",
910
"test": "jest --coverage --verbose",

0 commit comments

Comments
 (0)