From b293c98ebb2e357c00d73dbd047d7c4e80343963 Mon Sep 17 00:00:00 2001 From: typicode Date: Fri, 10 Jun 2022 19:06:19 +0200 Subject: [PATCH] docs: update deprecated npm command --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 02e92ef4e..569abdce8 100644 --- a/docs/README.md +++ b/docs/README.md @@ -98,7 +98,7 @@ npx husky install 3. To automatically have Git hooks enabled after install, edit `package.json` ```shell -npm set-script prepare "husky install" +npm pkg set scripts.prepare "husky install" ``` You should have: