We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47e96ec commit b6e4c92Copy full SHA for b6e4c92
1 file changed
docs/README.md
@@ -98,7 +98,7 @@ npx husky install
98
3. To automatically have Git hooks enabled after install, edit `package.json`
99
100
```shell
101
-npm set-script prepare "husky install"
+npm pkg set scripts.prepare "husky install"
102
```
103
104
You should have:
0 commit comments