There was an error while loading. Please reload this page.
1 parent 1846a76 commit a5b011bCopy full SHA for a5b011b
1 file changed
package.json
@@ -40,6 +40,7 @@
40
"commitizen": "^1.0.4",
41
"cssnano": "^2.6.1",
42
"cz-conventional-changelog": "^1.1.0",
43
+ "ghooks": "^0.3.2",
44
"grunt": "~0.4.5",
45
"grunt-browserify": "^4.0.0",
46
"grunt-cli": "~0.1.13",
@@ -62,5 +63,10 @@
62
63
},
64
"czConfig": {
65
"path": "node_modules/cz-conventional-changelog"
66
+ },
67
+ "config":{
68
+ "ghooks":{
69
+ "pre-commit":"npm run test"
70
+ }
71
}
72
0 commit comments