Skip to content

Commit

Permalink
Add prisma schema location to packages.json in examples-next (#5094)
Browse files Browse the repository at this point in the history
* Prisma schema location to examples packages.json

* Changeset
  • Loading branch information
MurzNN authored Mar 15, 2021
1 parent 8e9b04e commit 3bb4da8
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .changeset/young-moose-thank.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@keystone-next/example-auth': patch
'@keystone-next/app-basic': patch
'@keystone-next/example-ecommerce': patch
'@keystone-next/example-roles': patch
'@keystone-next/example-todo': patch
---

Added Prisma schema location to examples packages.json
3 changes: 3 additions & 0 deletions examples-next/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@
"engines": {
"node": ">=10.0.0"
},
"prisma": {
"schema": ".keystone/prisma/schema.prisma"
},
"repository": "https://github.com/keystonejs/keystone/tree/master/examples-next/auth"
}
3 changes: 3 additions & 0 deletions examples-next/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,8 @@
"engines": {
"node": ">=10.0.0"
},
"prisma": {
"schema": ".keystone/prisma/schema.prisma"
},
"repository": "https://github.com/keystonejs/keystone/tree/master/examples-next/basic"
}
3 changes: 3 additions & 0 deletions examples-next/ecommerce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,8 @@
"engines": {
"node": ">=10.0.0"
},
"prisma": {
"schema": ".keystone/prisma/schema.prisma"
},
"repository": "https://github.com/keystonejs/keystone/tree/master/examples-next/ecommerce"
}
3 changes: 3 additions & 0 deletions examples-next/graphql-api-endpoint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@
"@keystone-next/keystone": "^12.0.0",
"apollo-server-micro": "^2.21.1"
},
"prisma": {
"schema": ".keystone/prisma/schema.prisma"
},
"repository": "https://github.com/keystonejs/keystone/tree/master/examples-next/graphql-api-endpoint"
}
3 changes: 3 additions & 0 deletions examples-next/roles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@
"engines": {
"node": ">=10.0.0"
},
"prisma": {
"schema": ".keystone/prisma/schema.prisma"
},
"repository": "https://github.com/keystonejs/keystone/tree/master/examples-next/roles"
}
4 changes: 4 additions & 0 deletions examples-next/todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"@keystone-next/auth": "^17.0.0",
"@keystone-next/fields": "^5.2.1",
"@keystone-next/keystone": "^12.0.0",
"dotenv": "^8.2.0",
"next": "10.0.8",
"react": "^17.0.1",
"react-dom": "^17.0.1"
Expand All @@ -27,5 +28,8 @@
"engines": {
"node": ">=10.0.0"
},
"prisma": {
"schema": ".keystone/prisma/schema.prisma"
},
"repository": "https://github.com/keystonejs/keystone/tree/master/examples-next/todo"
}

1 comment on commit 3bb4da8

@vercel
Copy link

@vercel vercel bot commented on 3bb4da8 Mar 15, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.