Skip to content

Commit

Permalink
chore: debug alpha tag script
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Jun 8, 2020
1 parent 227737c commit 2a198db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/packages/fetch-engine/src/getLatestAlphaTag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ export async function getLatestAlphaTag(): Promise<any> {
agent: getProxyAgent(url),
} as any).then((res) => res.json())
const commits = result.map((r) => r.sha)
console.log({ commits })
const commit = await getFirstExistingCommit(commits)
console.log({ commit })
const queue = new PQueue({ concurrency: 30 })
const promises = []
const excludedPlatforms = [
Expand Down
2 changes: 1 addition & 1 deletion src/packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"scripts"
],
"prisma": {
"version": "4be247b862dc0f28e4be00980cb32a59eb2b0856"
"version": "de2bc1cbdb5561ad73d2f08463fa2eec48993f56"
},
"devDependencies": {
"@types/jest": "25.2.3",
Expand Down

0 comments on commit 2a198db

Please sign in to comment.