diff --git a/.husky/commit-msg b/.husky/commit-msg index 6e47d64..c4055f1 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,6 +1,3 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - npx --no-install commitlint --edit "$1" npm run lint:staged npm run test