observing / pre-commit

Automatically installs a git pre-commit script in your git repository which runs your `npm test` on pre-commit
MIT License
1.88k stars 152 forks source link

Doesn't commit after successful run of ember-cli tests #107

Closed quantuminformation closed 7 years ago

quantuminformation commented 7 years ago

I installed pre-commit into an Ember cli project, but it complains about receiving a non 0 exit code after passing tests. Any ideas?

First raised here:

https://github.com/ember-cli/ember-cli/issues/7111

quantuminformation commented 7 years ago

My bad, I had pre-commit: "npm test" instead of just pre-commit: "test"