mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-17 17:23: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",
|
"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",
|
||||||
|
Loading…
Reference in New Issue
Block a user