Skip to content

Commit

Permalink
try adding graphql-yoga resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoar committed Feb 28, 2023
1 parent 98c326b commit 6e0f5af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/run-e2e
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ const createRedwoodJSApp = ({ yarn1 }) => {
prisma: getVersionFrmRwPkg('prisma', 'cli'),
'@prisma/client': getVersionFrmRwPkg('@prisma/client', 'api'),
'@prisma/internals': getVersionFrmRwPkg('@prisma/internals', 'cli'),
'graphql-yoga': getVersionFrmRwPkg('graphql-yoga', 'graphql-server'),
}

fs.writeFileSync(packageJSONPath, JSON.stringify(packageJSON, null, 2))
Expand Down

0 comments on commit 6e0f5af

Please sign in to comment.