File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed 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
32
32
33
33
` pre-commit ` will try to run your ` npm test ` command in the root of the git
34
34
repository by default unless it's the default value that is set by the `npm
35
- init` script.
35
+ init` script.
36
36
37
37
But ` pre-commit ` is not limited to just running your ` npm test ` 's during the
38
38
commit 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`:
116
116
It's all the same. Different styles so use what matches your project. To learn
117
117
more about the scripts, please read the official ` npm ` documentation:
118
118
119
- https://npmjs.org/doc /scripts.html
119
+ https://docs. npmjs.com/misc /scripts
120
120
121
121
And to learn more about git hooks read:
122
122
You can’t perform that action at this time.
0 commit comments