diff --git a/client/.husky/commit-msg b/client/.husky/commit-msg deleted file mode 100755 index 30faab02a..000000000 --- a/client/.husky/commit-msg +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - -cd ./client && npx --no -- commitlint --edit $1 diff --git a/client/.husky/pre-commit b/client/.husky/pre-commit deleted file mode 100755 index b6dd6c3f3..000000000 --- a/client/.husky/pre-commit +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - -cd ./client && yarn lint \ No newline at end of file diff --git a/client/.husky/pre-push b/client/.husky/pre-push deleted file mode 100755 index eced198ea..000000000 --- a/client/.husky/pre-push +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - -cd ./client && yarn build \ No newline at end of file