Skip to content

Commit

Permalink
🔧 prisma Fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
steeeee0223 committed Jan 23, 2024
1 parent 9c7e7c3 commit d1e4c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "MIT",
"scripts": {
"clean": "rm -rf .turbo node_modules",
"db:build": "pnpm db:format && pnpm db:generate && pnpm db:push",
"build": "pnpm db:format && pnpm db:generate",
"db:format": "bash ./scripts/prisma.sh format",
"db:generate": "bash ./scripts/prisma.sh generate",
"db:push": "bash ./scripts/prisma.sh db push --skip-generate",
Expand Down

0 comments on commit d1e4c41

Please sign in to comment.