From cf741703f46d77990cac225d7626d51a4778bc1f Mon Sep 17 00:00:00 2001 From: Sgryts Date: Fri, 10 Jun 2022 12:05:05 -0500 Subject: [PATCH] docs: README update (#1154) * docs: README update - replacing depricated npm set-script with npm pkg set (#1150) * docs: README update - replacing depricated npm set-script with npm pkg set (#1150) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd8c11078..adfd3773f 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ npm install husky --save-dev Edit `package.json > prepare` script and run it once: ```sh -npm set-script prepare "husky install" +npm pkg set scripts.prepare="husky install" npm run prepare ```