diff --git a/frontend/.husky/pre-push b/.husky/pre-push similarity index 100% rename from frontend/.husky/pre-push rename to .husky/pre-push diff --git a/frontend/.husky/pre-commit b/frontend/.husky/pre-commit deleted file mode 100644 index 31363e0a..00000000 --- a/frontend/.husky/pre-commit +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - -cd frontend && npm test