diff --git a/package.json b/package.json index 3011d67..5aba11d 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": "husky" + "prepare": "husky || true" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^7.2.0",