Skip to content

Commit

Permalink
fix: add sync point for manifests update
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Mar 2, 2022
1 parent 8a25c3a commit 782ffd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/createInlinePluginCreator.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,10 @@ function createInlinePluginCreator(packages, multiContext, synchronizer, flags)
getLucky("_readyForTagging", pkg);
await waitFor("_readyForTagging", pkg);

// And then wait until all manifests are updated
updateManifestDeps(pkg);
pkg._depsUpdated = true;
await waitForAll("_depsUpdated");

// Set context.commits so analyzeCommits does correct analysis.
// We need to redo this because context is a different instance each time.
Expand Down

0 comments on commit 782ffd0

Please sign in to comment.