Skip to content

Commit

Permalink
Adds lint and test pre-push hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
carymcpoland committed Oct 19, 2017
1 parent a252668 commit a481154
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"nps": "^5.7.1",
"nps-utils": "^1.3.0",
"nyc": "^11.1.0",
"pre-push": "^0.1.1",
"react": "^15.5.0",
"react-addons-shallow-compare": "^15.5.0",
"react-dom": "^15.5.0",
Expand Down Expand Up @@ -97,5 +98,9 @@
"react-component",
"select",
"ui"
],
"pre-push": [
"lint",
"test"
]
}

0 comments on commit a481154

Please sign in to comment.