File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ the existing `pre-commit` file in your `.git/hooks` folder. Existing
3232
3333` pre-commit ` will try to run your ` npm test ` command in the root of the git
3434repository by default unless it's the default value that is set by the `npm
35- init` script.
35+ init` script.
3636
3737But ` pre-commit ` is not limited to just running your ` npm test ` 's during the
3838commit hook. It's also capable of running every other script that you've
@@ -116,7 +116,7 @@ or as `"pre-commit.{key}` key properties in the `package.json`:
116116It's all the same. Different styles so use what matches your project. To learn
117117more about the scripts, please read the official ` npm ` documentation:
118118
119- https://npmjs.org/doc /scripts.html
119+ https://docs. npmjs.com/misc /scripts
120120
121121And to learn more about git hooks read:
122122
You can’t perform that action at this time.
0 commit comments