chrisleee / twitch-stocks

A web platform that allows you to invest in Twitch streamers with imaginary points.
GNU General Public License v3.0
21 stars 8 forks source link

Improve Pre-commit scripts #49

Closed chrisleee closed 7 years ago

chrisleee commented 7 years ago

Pre-commit behavior is changed:

  1. It will now only run Jest tests, Prettier, and TSLint on staged files. This should significantly reduce the amount of time the commit checks take (especially later on with many more tests).

  2. TSLint does a --fix to fix any obvious errors.

  3. Prettier and TSLint --fix'ed files get re-added to the commit.