diff --git a/README.md b/README.md index f678c52..4dd36cf 100644 --- a/README.md +++ b/README.md @@ -84,9 +84,9 @@ Options: With Husky installed: ```shell -npx husky add .husky/post-checkout "npx --no package-changed" -npx husky add .husky/post-merge "npx --no package-changed" -npx husky add .husky/post-rebase "npx --no package-changed" +echo "npx --no -- package-changed --lockfile" >.husky/post-checkout +echo "npx --no -- package-changed --lockfile" >.husky/post-merge +echo "npx --no -- package-changed --lockfile" >.husky/post-rebase ```