Skip to content

Commit 2e88249

Browse files
fix: generate the Prisma client in the epic-stack example build (#118)
Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
1 parent 74b297f commit 2e88249

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/epic-stack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"#tests/*": "./tests/*"
1111
},
1212
"scripts": {
13-
"build": "run-s build:*",
13+
"build": "prisma generate && run-s build:*",
1414
"build:icons": "tsx ./other/build-icons.ts",
1515
"build:remix": "rsbuild build",
1616
"build:server": "tsx ./other/build-server.ts",

0 commit comments

Comments
 (0)