From 0e67937c77df1dcb2f587a4c305d477b9486e85e Mon Sep 17 00:00:00 2001 From: Rodrigo Espinosa de los Monteros <1084688+RodEsp@users.noreply.github.com> Date: Mon, 18 Apr 2022 14:07:21 -0400 Subject: [PATCH] fix: remove outdated code --- src/commands/pack/macos.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/commands/pack/macos.ts b/src/commands/pack/macos.ts index e4bf2f62..d7679692 100644 --- a/src/commands/pack/macos.ts +++ b/src/commands/pack/macos.ts @@ -147,9 +147,6 @@ the CLI should already exist in a directory named after the CLI that is the root const macos = c.macos const packageIdentifier = macos.identifier await Tarballs.build(buildConfig, {platform: 'darwin', pack: false, tarball: flags.tarball}) - const templateKey = templateShortKey('macos', {bin: config.bin, version: config.version, sha: buildConfig.gitSha}) - const dist = buildConfig.dist(`macos/${templateKey}`) - await qq.emptyDir(path.dirname(dist)) const scriptsDir = qq.join(buildConfig.tmp, 'macos/scripts') await qq.emptyDir(buildConfig.dist('macos'))