Skip to content

Commit

Permalink
chore(husky): change npx --no to --no-install
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Dec 27, 2022
1 parent 0274acc commit 7218087
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .husky/commit-msg
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no commitlint --edit $1
npx --no-install commitlint --edit $1
2 changes: 1 addition & 1 deletion .husky/pre-commit
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no lint-staged
npx --no-install lint-staged

0 comments on commit 7218087

Please sign in to comment.