Skip to content

Commit

Permalink
fix: start script
Browse files Browse the repository at this point in the history
  • Loading branch information
eartharoid committed Aug 25, 2022
1 parent 07af37b commit 9936b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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"
},
Expand Down

0 comments on commit 9936b05

Please sign in to comment.