mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-04 09:21:25 +03:00
fix: start script
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
"lint": "eslint src scripts --ext mjs --fix",
|
"lint": "eslint src scripts --ext mjs --fix",
|
||||||
"preinstall": "node scripts/preinstall",
|
"preinstall": "node scripts/preinstall",
|
||||||
"postinstall": "node scripts/postinstall",
|
"postinstall": "node scripts/postinstall",
|
||||||
"start": "npm run prisma && 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"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user