Skip to content

Commit

Permalink
chore: hooks should use no-install flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Feb 1, 2023
1 parent 9be9ab2 commit 891f2e5
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 -c --config .commitlintrc.json -E --edit $1
npx --no-install commitlint -c --config .commitlintrc.json -E --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 891f2e5

Please sign in to comment.