remove husky and pre-commit scripts

This commit is contained in:
2024-07-16 17:57:20 -05:00
parent 33b04e01c9
commit ef9afcbf3e
9 changed files with 1 additions and 250 deletions
-1
View File
@@ -42,7 +42,6 @@
"build:docker": "vite build",
"build:localdocker": "cross-env NODE_ENV=local vite build",
"lint": "eslint . --quiet",
"lint-staged": "eslint",
"test": "vitest",
"test:pipeline": "vitest run",
"cleanup": "rm -rf .turbo && rm -rf node_modules && rm -rf build",