Skip to content

Commit

Permalink
chore: fix build script [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Feb 2, 2021
1 parent 9e84e47 commit 92368ce
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 62 deletions.
122 changes: 61 additions & 61 deletions src/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion src/scripts/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ async function branchExists(dir: string, branch: string): Promise<boolean> {
async function getVersionHashes(
npmVersion: string,
): Promise<{ prisma: string }> {
return fetch(`https://unpkg.com/@prisma/cli@${npmVersion}/package.json`, {
return fetch(`https://unpkg.com/prisma@${npmVersion}/package.json`, {
headers: {
accept: 'application/json',
},
Expand Down

0 comments on commit 92368ce

Please sign in to comment.