Skip to content

Commit 802c81c

Browse files
committed
add husky
1 parent 24559a5 commit 802c81c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: package.json

+6
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
"fs-extra": "^4.0.2",
7474
"grabthar-release": "1.0.69",
7575
"grumbler-scripts": "^3",
76+
"husky": "^7.0.4",
7677
"imagemagick": "^0.1.3",
7778
"imgur": "^0.2.1",
7879
"memory-fs": "^0.4.1",
@@ -101,5 +102,10 @@
101102
"commitizen": {
102103
"path": "cz-conventional-changelog"
103104
}
105+
},
106+
"husky": {
107+
"hooks": {
108+
"pre-push": "npm run test"
109+
}
104110
}
105111
}

0 commit comments

Comments
 (0)