Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Commit

Permalink
don't write manifest if we don't need to
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetanley committed Mar 16, 2021
1 parent fc8a649 commit 89772ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tarballs/build.ts
Expand Up @@ -159,7 +159,6 @@ async function doBuild(c: IConfig, options: {
await addDependencies()
await writeBinScripts({config, baseWorkspace: c.workspace(), nodeVersion: c.nodeVersion})
await buildBaseTarball()
await writeManifest(undefined, c, config, xz)
await downloadNodeBinaries(c)
const targetsToBuild =
options.platform ?
Expand Down

0 comments on commit 89772ec

Please sign in to comment.