From 9f65efd577083108b1355c9fb08f848883d0607e Mon Sep 17 00:00:00 2001 From: enya <1679591098@qq.com> Date: Sat, 30 Jul 2022 14:12:07 +0800 Subject: [PATCH] docs: fix pkg name in guides-upgrade.md (#3274) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 袁野 --- docs/guides-upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides-upgrade.md b/docs/guides-upgrade.md index 8eb0fc0078..71896a8dfe 100644 --- a/docs/guides-upgrade.md +++ b/docs/guides-upgrade.md @@ -39,7 +39,7 @@ If you used `validate-commit-msg` with custom configuration you might want to cu ```sh npm remove validate-commit-msg --save-dev -npm install --save-dev @commitlint/cli @commitint/config-conventional +npm install --save-dev @commitlint/cli @commitlint/config-conventional ``` **Add a commitmsg run-script to package.json**