From e4e45750d241767d6d16d88b51e6f6f65d76b848 Mon Sep 17 00:00:00 2001 From: Carlo Corradini Date: Sat, 21 May 2022 03:22:48 +0200 Subject: [PATCH] chore: npx option --no-install replaced with --no -- due to deprecation (#1149) --- .husky/commit-msg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/commit-msg b/.husky/commit-msg index 80416c7b1..b56767669 100755 --- a/.husky/commit-msg +++ b/.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"