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 153 forks source link

Set root to initial package manager process cwd (fix #121) #122

Open jsumners opened 6 years ago

jsumners commented 6 years ago

As the title says, this is a fix for issue #121.

jsumners commented 6 years ago

I don't know why the test-travis script fails. The regular npm test script succeeds just fine locally; even with the ancient Node 4.

jsumners commented 6 years ago

Is there any chance of movement on this?