fix: start script

This commit is contained in:
Isaac
2022-08-25 23:29:07 +01:00
parent 07af37b4a2
commit 9936b05fbb

View File

@@ -11,7 +11,7 @@
"lint": "eslint src scripts --ext mjs --fix",
"preinstall": "node scripts/preinstall",
"postinstall": "node scripts/postinstall",
"start": "npm run prisma && node .",
"start": "node .",
"studio": "npx prisma studio",
"test": "echo \"There's nothing to test\" && exit 1"
},