Skip to content

Commit

Permalink
include prisma content in "core production"
Browse files Browse the repository at this point in the history
so that migrations can be  run from that same container
  • Loading branch information
ships committed Feb 18, 2024
1 parent 66a2f92 commit bb0be0b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"type-check": "tsc",
"type-check-watch": "tsc --watch"
},
"files": [".next"],
"files": [".next", "prisma", "supabase"],
"prisma": {
"seed": "ts-node prisma/seed.ts"
},
Expand All @@ -25,6 +25,7 @@
"@faker-js/faker": "^8.0.2",
"@hookform/resolvers": "^3.3.1",
"@prisma/client": "^5.2.0",
"prisma": "^5.2.0",
"@sentry/nextjs": "^7.72.0",
"@stoplight/elements": "^7.12.2",
"@supabase/supabase-js": "^2.33.2",
Expand Down Expand Up @@ -66,7 +67,6 @@
"csv-parse": "^5.5.2",
"dotenv-cli": "^7.2.1",
"postcss": "^8.4.27",
"prisma": "^5.2.0",
"supabase": "^1.68.6",
"tailwindcss": "^3.3.3",
"ts-node": "^10.9.1",
Expand Down
8 changes: 5 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bb0be0b

Please sign in to comment.