We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3db28d4 commit 573de60Copy full SHA for 573de60
.github/README.md
@@ -17,7 +17,7 @@ npm install husky -D
17
Edit `package.json > prepare` script and run it once:
18
19
```sh
20
-npm set-script prepare "husky install"
+npm pkg set scripts.prepare="husky install"
21
npm run prepare
22
```
23
docs/README.md
@@ -262,7 +262,7 @@ npm ci --omit=dev --ignore-scripts
262
Alternatively, you can specifically disable `prepare` script with
263
264
```shell
265
-npm set-script prepare ""
+npm pkg delete scripts.prepare
266
npm ci --omit=dev
267
268
0 commit comments