Skip to content

Commit

Permalink
generated clinet before build3
Browse files Browse the repository at this point in the history
  • Loading branch information
akash-wt committed Dec 31, 2024
1 parent 141d7e6 commit 07e633b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "week-18",
"private": true,
"scripts": {
"build": "npx prisma generate && next build",
"postinstall": "npx prisma generate",
"build": "cd ./apps/user-app && npx prisma generate --schema=../../packages/db/prisma/schema.prisma && next build",
"postinstall": "npx prisma generate --schema=packages/db/prisma/schema.prisma",
"dev": "turbo dev",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
Expand Down

0 comments on commit 07e633b

Please sign in to comment.