Skip to content

Commit a77e01b

Browse files
committed
build(npm): add prepare script
initialize husky to install git commit hooks in prepare script
1 parent 3774052 commit a77e01b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"main": "dist/index.js",
66
"scripts": {
77
"test": "jest",
8+
"prepare": "husky install",
89
"build": "tsc -p tsconfig.build.json",
910
"lint": "eslint . --ext=\".js,.ts\""
1011
},

0 commit comments

Comments
 (0)