Skip to content

Commit

Permalink
πŸ”„ Merge pull request #5 from steeeee0223/feature/prisma
Browse files Browse the repository at this point in the history
πŸ”§ `prisma` Fix build script
  • Loading branch information
steeeee0223 authored Jan 23, 2024
2 parents bde199a + 7d66c39 commit 9c7e7c3
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 @@ -8,8 +8,8 @@
},
"license": "MIT",
"scripts": {
"build": "pnpm db:format && pnpm db:generate && pnpm db:push",
"clean": "rm -rf .turbo node_modules",
"db:build": "pnpm db:format && pnpm db:generate && pnpm db:push",
"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 9c7e7c3

Please sign in to comment.