From 6a5290c48cd148cc83f4ad1b07dd2d2cc4ce2a28 Mon Sep 17 00:00:00 2001 From: Ned Zimmerman Date: Thu, 16 Nov 2023 15:43:20 -0700 Subject: [PATCH] docs: update hook references in migration guide (#1282) --- docs/migrating-from-v4.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/migrating-from-v4.md b/docs/migrating-from-v4.md index 4db9b42d8..5cc060f71 100644 --- a/docs/migrating-from-v4.md +++ b/docs/migrating-from-v4.md @@ -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 @@ -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