Skip to content

Commit

Permalink
docs: README update (#1154)
Browse files Browse the repository at this point in the history
* 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)
  • Loading branch information
s-gryt committed Jun 10, 2022
1 parent e4e4575 commit 47e96ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
```

Expand Down

0 comments on commit 47e96ec

Please sign in to comment.