Skip to content

Commit

Permalink
Generate sql in build
Browse files Browse the repository at this point in the history
  • Loading branch information
gausie committed Sep 30, 2024
1 parent 17245d5 commit c084d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/excavator-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"type": "module",
"scripts": {
"build": "remix vite:build",
"build": "prisma generate --sql && remix vite:build",
"dev": "node --import tsx ./server.ts",
"start": "NODE_ENV=production node --import tsx ./server.ts",
"etl": "node --import tsx ./etl.ts",
Expand Down

0 comments on commit c084d86

Please sign in to comment.