Skip to content

Commit

Permalink
docs: update hook references in migration guide (#1282)
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed Nov 16, 2023
1 parent 06df89a commit 6a5290c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/migrating-from-v4.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ If you were calling `package.json` scripts using `npm` or `yarn`, **you can simp
}
```

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

```shell [.husky/commit-msg (v8)]
```shell [.husky/pre-commit (v8)]
# ...
npx --no jest
# or
Expand Down

0 comments on commit 6a5290c

Please sign in to comment.