chore: remove husky from npm prepare

This commit is contained in:
Isaac 2023-02-13 16:41:56 +00:00
parent 1daab7fda9
commit 50f3102ec9
No known key found for this signature in database
GPG Key ID: 0DE40AE37BBA5C33

View File

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