Skip to content

Commit 7218087

Browse files
chore(husky): change npx --no to --no-install
1 parent 0274acc commit 7218087

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.husky/commit-msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
. "$(dirname "$0")/_/husky.sh"
33

4-
npx --no commitlint --edit $1
4+
npx --no-install commitlint --edit $1

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
. "$(dirname "$0")/_/husky.sh"
33

4-
npx --no lint-staged
4+
npx --no-install lint-staged

0 commit comments

Comments
 (0)