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

Commit

Permalink
fix: lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Apr 7, 2018
1 parent 377233b commit fe7aafb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/commands/publish/s3.ts
@@ -1,6 +1,5 @@
import {Command, flags} from '@oclif/command'
import * as path from 'path'
import * as qq from 'qqjs'

import * as S3 from '../../s3'
import * as Tarballs from '../../tarballs'
Expand All @@ -27,7 +26,7 @@ export default class Publish extends Command {
const {channel} = flags
const root = path.resolve(flags.root)

const {config, s3Config, targets, version, updateConfig, nodeVersion, baseTarball, xz, versionPath} = await Tarballs.build(root, channel)
const {config, s3Config, targets, version, baseTarball, xz, versionPath} = await Tarballs.build(root, channel)

// TODO: handle s3Prefix
const prefix = `${config.bin}/channels/${channel}`
Expand Down

0 comments on commit fe7aafb

Please sign in to comment.