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

Commit 4221d53

Browse files
committed
try this maybe
1 parent 4ba4b21 commit 4221d53

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/tarballs/build.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,12 @@ async function doBuild(c: IConfig, options: {
129129
await writeManifest(target, c, config, xz)
130130
}
131131
const buildBaseTarball = async () => {
132-
if (options.pack === false) return
133132
await pack(c.workspace(), baseTarballPath)
133+
if (options.pack === false) return
134134
await compress(baseTarballPath, xz)
135135
if (!c.updateConfig.s3.host) {
136136
Errors.warn('No S3 bucket or host configured. CLI will not be able to update.')
137+
return
137138
}
138139

139140
const manifest: IManifest = {

0 commit comments

Comments
 (0)