diff --git a/.husky/post-checkout b/.husky/post-checkout index a531ca6f..5f105a6b 100755 --- a/.husky/post-checkout +++ b/.husky/post-checkout @@ -1,5 +1,2 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - git submodule update --init --recursive yarn diff --git a/.husky/post-merge b/.husky/post-merge index a531ca6f..5f105a6b 100755 --- a/.husky/post-merge +++ b/.husky/post-merge @@ -1,5 +1,2 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - git submodule update --init --recursive yarn diff --git a/.husky/pre-commit b/.husky/pre-commit index 36af2198..2312dc58 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - npx lint-staged diff --git a/.husky/prepare-commit-msg b/.husky/prepare-commit-msg index da4515b3..53692a2f 100755 --- a/.husky/prepare-commit-msg +++ b/.husky/prepare-commit-msg @@ -1,4 +1 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - yarn commitlint --edit "${1}"