mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-05 04:13:08 +02:00
chore: remove husky from npm prepare
This commit is contained in:
parent
1daab7fda9
commit
50f3102ec9
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user