diff --git a/package.json b/package.json index c3cc084..88dffc0 100644 --- a/package.json +++ b/package.json @@ -10,14 +10,15 @@ "keygen": "node scripts/keygen", "lint": "eslint src scripts --fix", "preinstall": "node scripts/preinstall", - "prepare": "husky install", "postinstall": "node scripts/postinstall", "start": "node .", "studio": "npx prisma studio", "test": "echo \"There's nothing to test\" && exit 1" }, "lint-staged": { - "**/*.js": ["npm run lint --"] + "**/*.js": [ + "npm run lint --" + ] }, "repository": { "type": "git",