Skip to content

Commit

Permalink
fix: remove outdated code (#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
RodEsp committed Apr 18, 2022
1 parent 3ccae27 commit e3f60a3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/commands/pack/macos.ts
Expand Up @@ -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'))

Expand Down

0 comments on commit e3f60a3

Please sign in to comment.