fixing husky

This commit is contained in:
2024-05-22 20:50:08 -05:00
parent 6c405d6909
commit c1b75347bf

View File

@@ -9,7 +9,7 @@
"scripts": { "scripts": {
"format": "prettier --write \"**/src/**/*.ts\" \"**/test/**/*.ts\"", "format": "prettier --write \"**/src/**/*.ts\" \"**/test/**/*.ts\"",
"lint": "npm run lint -w api && npm run lint -w app", "lint": "npm run lint -w api && npm run lint -w app",
"prepare": "node -e \"if (process.env.NODE_ENV !== 'production'){process.exit(1)} \" || husky" "prepare": "husky"
}, },
"devDependencies": { "devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.2.0", "@typescript-eslint/eslint-plugin": "^7.2.0",