kentcdodds / testing-workshop

A workshop for learning how to test JavaScript applications
http://git.io/testing-workshop
1.36k stars 708 forks source link

Not able to push into my own repo #96

Closed kvedantmahajan closed 5 years ago

kvedantmahajan commented 5 years ago

I'm trying to commit on my local machine after changing remote to one of my own repo and I'm not able to do. Error is Git: husky > npm run -s precommit (node v10.14.1) when I commit. Using Node - 10.14.1

kentcdodds commented 5 years ago

Update the package.json and remove the precommit script.

kvedantmahajan commented 5 years ago

Ok. Done and working