Skip to content

Commit

Permalink
chore: infra changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Codeize committed Oct 7, 2024
1 parent 2955bed commit d1c3603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 8,7 @@
"sync": "slash-up sync",
"sync:dev": "slash-up sync -e development",
"start": "cd dist && node index.js",
"build": "npx tsc && prisma generate",
"build": "prisma generate && npx tsc",
"dev": "npx tsc && slash-up sync && node dist/index.js",
"db:push": "prisma db push",
"lint": "npx eslint --ext .ts ./src",
Expand Down

0 comments on commit d1c3603

Please sign in to comment.