Skip to content

Commit

Permalink
generate prisma before starting
Browse files Browse the repository at this point in the history
  • Loading branch information
M4ss1ck committed Dec 20, 2024
1 parent 949a5c8 commit db0c461
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 @@ -4,7 +4,7 @@
"main": "index.js",
"type": "module",
"scripts": {
"start": "tsc -p ./tsconfig.json && node -r dotenv/config ./dist/main.js",
"start": "prisma generate && tsc -p ./tsconfig.json && node -r dotenv/config ./dist/main.js",
"build": "prisma generate && prisma db push && tsc -p ./tsconfig.json",
"validate": "prisma validate",
"db-pull": "prisma db pull",
Expand Down

0 comments on commit db0c461

Please sign in to comment.