Skip to content

Commit

Permalink
chore: npx option --no-install replaced with --no -- due to deprecati…
Browse files Browse the repository at this point in the history
…on (#1149)
  • Loading branch information
carlocorradini committed May 21, 2022
1 parent c4207f2 commit e4e4575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/commit-msg
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no-install commitlint --edit "$1"
npx --no -- commitlint --edit "$1"

0 comments on commit e4e4575

Please sign in to comment.