diff --git a/frontend/.husky/pre-commit b/frontend/.husky/pre-commit index 4983af7d..3ddec01a 100755 --- a/frontend/.husky/pre-commit +++ b/frontend/.husky/pre-commit @@ -1,6 +1,4 @@ # .husky/pre-commit cd frontend -nvm use || true -npm i || true pnpm lint-staged || true