diff --git a/.husky/pre-commit b/.husky/pre-commit deleted file mode 100755 index 1397d511..00000000 --- a/.husky/pre-commit +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env sh - -# Auto-fix changed files and stage them -npx --no-install lint-staged - -# Validate everything -npm test