Skip to content

Commit 56b446c

Browse files
committed
chore(*) add test on pre-commit hook
1 parent b50b24b commit 56b446c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
"webpack-mock": "DEVTOOLS=true NODE_ENV=mock npm run webpack",
2121
"webpack-dev-simple": "DEVTOOLS=true npm run webpack"
2222
},
23+
"pre-commit": [
24+
"test"
25+
],
2326
"repository": {
2427
"type": "git",
2528
"url": "https://github.com/topheman/react-es6-redux.git"
@@ -64,6 +67,7 @@
6467
"mocha": "^2.3.4",
6568
"moment": "^2.10.6",
6669
"node-sass": "^3.3.3",
70+
"pre-commit": "^1.1.2",
6771
"react-addons-test-utils": "^0.14.3",
6872
"react-hot-loader": "^1.3.0",
6973
"redux-devtools": "^2.1.5",

0 commit comments

Comments
 (0)