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

Commit 89772ec

Browse files
committed
don't write manifest if we don't need to
1 parent fc8a649 commit 89772ec

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/tarballs/build.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ async function doBuild(c: IConfig, options: {
159159
await addDependencies()
160160
await writeBinScripts({config, baseWorkspace: c.workspace(), nodeVersion: c.nodeVersion})
161161
await buildBaseTarball()
162-
await writeManifest(undefined, c, config, xz)
163162
await downloadNodeBinaries(c)
164163
const targetsToBuild =
165164
options.platform ?

0 commit comments

Comments
 (0)