From c1b75347bf0f0f8d1e92dfac10c2113c731e732f Mon Sep 17 00:00:00 2001 From: Noah Spannbauer Date: Wed, 22 May 2024 20:50:08 -0500 Subject: [PATCH] fixing husky --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 966e06b..3011d67 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "scripts": { "format": "prettier --write \"**/src/**/*.ts\" \"**/test/**/*.ts\"", "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": { "@typescript-eslint/eslint-plugin": "^7.2.0",