Skip to content

Commit

Permalink
docs: use --no instead of --no-install (deprecated) for npx 7
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Feb 12, 2021
1 parent c180976 commit 7180418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Expand Up @@ -332,7 +332,7 @@ If you were calling directly locally installed binaries, **you need to run them
```shell
# .husky/pre-commit (v5)
# ...
npx --no-install jest
npx --no jest
yarn jest
```

Expand All @@ -352,7 +352,7 @@ Previous `HUSKY_GIT_PARAMS` environment variable is replaced by native params `$
```shell
# .husky/commit-msg (v5)
# ...
npx --no-install commitlint --edit $1
npx --no commitlint --edit $1
# or
yarn commitlint --edit $1
```
Expand Down

0 comments on commit 7180418

Please sign in to comment.