Skip to content

Commit

Permalink
fix(studio): add pnpm override for sdk version to 2.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 committed Aug 13, 2021
1 parent 5e2f220 commit 88a9abe
Show file tree
Hide file tree
Showing 2 changed files with 220 additions and 85 deletions.
5 changes: 5 additions & 0 deletions package.json
Expand Up @@ -21,6 +21,11 @@
"bench": "ts-node scripts/bench.ts | tee output.txt",
"prepare": "is-ci || husky install"
},
"pnpm": {
"overrides": {
"@prisma/sdk": "2.29.0"
}
},
"devDependencies": {
"@sindresorhus/slugify": "1.1.2",
"@slack/webhook": "6.0.0",
Expand Down

0 comments on commit 88a9abe

Please sign in to comment.