8000 chore: npx option --no-install replaced with --no -- due to deprecati… · typicode/husky@e4e4575 · GitHub
[go: up one dir, main page]

Skip to content

Commit e4e4575

Browse files
chore: npx option --no-install replaced with --no -- due to deprecation (#1149)
1 parent c4207f2 commit e4e4575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.husky/commit-msg

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

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

0 commit comments

Comments
 (0)
0