template icon indicating copy to clipboard operation
template copied to clipboard

Add git hooks

Open itaditya opened this issue 7 years ago • 0 comments

We can inculcate a good habit among developers to always test and lint their code before commiting it. To do that we can have a precommit git hook via husky which runs npm run test before committing

itaditya avatar Mar 26 '18 07:03 itaditya