Skip to content

Commit

Permalink
feat: update prisma
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Jan 16, 2025
1 parent a11ba63 commit 6aa88c2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"build": "pnpm -r do-build",
"clean": "node ./scripts/clean.mjs",
"preinstall": "node ./scripts/check.mjs && node ./scripts/prisma.mjs",
"preinstall": "node ./scripts/check.mjs",
"migrate": "prisma migrate dev --schema ./packages/canyon-backend/prisma/schema.prisma"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/canyon-backend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ public

!schema.gql

prisma/schema.prisma
#prisma/schema.prisma
File renamed without changes.

0 comments on commit 6aa88c2

Please sign in to comment.