There was an error while loading. Please reload this page.
1 parent 74b297f commit 2e88249Copy full SHA for 2e88249
1 file changed
examples/epic-stack/package.json
@@ -10,7 +10,7 @@
10
"#tests/*": "./tests/*"
11
},
12
"scripts": {
13
- "build": "run-s build:*",
+ "build": "prisma generate && run-s build:*",
14
"build:icons": "tsx ./other/build-icons.ts",
15
"build:remix": "rsbuild build",
16
"build:server": "tsx ./other/build-server.ts",
0 commit comments