Skip to content

Commit

Permalink
Update link to official npm docs (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
aceyoung9 authored and 3rd-Eden committed Jun 4, 2019
1 parent 84aa9ea commit a84bdc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ the existing `pre-commit` file in your `.git/hooks` folder. Existing

`pre-commit` will try to run your `npm test` command in the root of the git
repository by default unless it's the default value that is set by the `npm
init` script.
init` script.

But `pre-commit` is not limited to just running your `npm test`'s during the
commit hook. It's also capable of running every other script that you've
Expand Down Expand Up @@ -116,7 +116,7 @@ or as `"pre-commit.{key}` key properties in the `package.json`:
It's all the same. Different styles so use what matches your project. To learn
more about the scripts, please read the official `npm` documentation:

https://npmjs.org/doc/scripts.html
https://docs.npmjs.com/misc/scripts

And to learn more about git hooks read:

Expand Down

0 comments on commit a84bdc8

Please sign in to comment.