Skip to content

Commit 6a5290c

Browse files
authoredNov 16, 2023
docs: update hook references in migration guide (#1282)
1 parent 06df89a commit 6a5290c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docs/migrating-from-v4.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ If you were calling `package.json` scripts using `npm` or `yarn`, **you can simp
1818
}
1919
```
2020

21-
```shell [.husky/commit-msg (v8)]
21+
```shell [.husky/pre-commit (v8)]
2222
# ...
2323
npm test
2424
npm run foo
@@ -38,7 +38,7 @@ If you were calling locally installed binaries, **you need to run them via your
3838
}
3939
```
4040

41-
```shell [.husky/commit-msg (v8)]
41+
```shell [.husky/pre-commit (v8)]
4242
# ...
4343
npx --no jest
4444
# or

0 commit comments

Comments
 (0)
Please sign in to comment.