Skip to content

Commit

Permalink
docs: README update (typicode#1154)
Browse files Browse the repository at this point in the history
* docs: README update -
replacing depricated npm set-script with npm  pkg set
(typicode#1150)

* docs: README update -
replacing depricated npm set-script with npm pkg set
(typicode#1150)
  • Loading branch information
s-gryt authored and nikoladavitkovski committed Sep 2, 2022
1 parent ea7cd9f commit bd316c6
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 bd316c6

Please sign in to comment.