fix: start script

This commit is contained in:
Isaac 2022-08-25 23:29:07 +01:00
parent 07af37b4a2
commit 9936b05fbb
No known key found for this signature in database
GPG Key ID: 0DE40AE37BBA5C33

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"
},