We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2955bed commit d1c3603Copy full SHA for d1c3603
package.json
@@ -8,7 +8,7 @@
8
"sync": "slash-up sync",
9
"sync:dev": "slash-up sync -e development",
10
"start": "cd dist && node index.js",
11
- "build": "npx tsc && prisma generate",
+ "build": "prisma generate && npx tsc",
12
"dev": "npx tsc && slash-up sync && node dist/index.js",
13
"db:push": "prisma db push",
14
"lint": "npx eslint --ext .ts ./src",
0 commit comments