Skip to content

Commit

Permalink
added prepush module
Browse files Browse the repository at this point in the history
  • Loading branch information
otissv committed May 11, 2016
1 parent 30d6aa9 commit 2078f39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@
"watch": "webpack --watch",
"build": "webpack --config ./webpack.config-build.js --progress",
"lint": "eslint --quiet ./src/** && date || true && date",
"lint:watch": "watch 'npm run lint' ./",
"prepublish": "npm run build",
"lint:watch": "watch 'npm run lint' ./"
"prepush" : [ "npm run buil" ],
},
"devDependencies": {
"babel-cli": "~6.8.0",
Expand All @@ -48,6 +49,7 @@
"glob": "~7.0.3",
"history": "~2.1.1",
"json-loader": "~0.5.4",
"prepush": "^3.1.9",
"react-addons-test-utils": "~15.0.2",
"react-dom": "~15.0.2",
"react-transform-catch-errors": "~1.0.2",
Expand Down

0 comments on commit 2078f39

Please sign in to comment.