This repository has been archived by the owner on Jul 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 133
precommit hook husky guide #231
Milestone
Comments
Closed
I just tried adding a precommit hook with husky for the newest version of the demo repo. I thought besides linting I'll add tests as well.
But somehow if there is an error with tests ( Also the fact, that linting will run multiple times is not nice, but necessary I guess. Because we have to run Another Problem seems to be, that either
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
package.json
npm install husky --save-dev
https://github.com/typicode/husky
see #23 for further details
The text was updated successfully, but these errors were encountered: