Skip to content

Commit d1c3603

Browse files
committed
chore: infra changes
1 parent 2955bed commit d1c3603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"sync": "slash-up sync",
99
"sync:dev": "slash-up sync -e development",
1010
"start": "cd dist && node index.js",
11-
"build": "npx tsc && prisma generate",
11+
"build": "prisma generate && npx tsc",
1212
"dev": "npx tsc && slash-up sync && node dist/index.js",
1313
"db:push": "prisma db push",
1414
"lint": "npx eslint --ext .ts ./src",

0 commit comments

Comments
 (0)