dvdzkwsk / react-redux-starter-kit

Get started with React, Redux, and React-Router.
MIT License
10.29k stars 2.2k forks source link

Adding in useful git hooks #1236

Closed olivercaine closed 7 years ago

olivercaine commented 7 years ago
  1. Run unit tests before Git push.
  2. Retrieve new Node modules after Git pull.
dvdzkwsk commented 7 years ago

Thanks, however I've always shied away from tasks that block you from pushing code. I use a fairly common workflow where I commit and push very often, even with broken commits, and then squash everything down into atomic commits that are individually buildable. I appreciate the PR, though, so thank you for that :).

olivercaine commented 7 years ago

Thanks for the feedback!