Skip to content

Commit

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

},
"devDependencies": {
"@repo/eslint-config": "*",
Expand All @@ -23,4 +23,4 @@
"apps/*",
"packages/*"
]
}
}

0 comments on commit 141d7e6

Please sign in to comment.