Open itaditya opened 6 years ago
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
npm run test
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