Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
dhanush-2313 committed Sep 21, 2024
1 parent 71d407b commit f0d3681
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 @@ -6,7 +6,7 @@
"dev": "turbo dev",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"db:generate": "cd packages/db && npx prisma generate && cd ../.."
"db:generate": "npx prisma generate --schema=packages/db/prisma/schema.prisma"
},
"devDependencies": {
"@repo/eslint-config": "*",
Expand Down

0 comments on commit f0d3681

Please sign in to comment.