Skip to content

Commit

Permalink
Remove empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
mnsn committed Feb 15, 2017
1 parent 274a430 commit 1e36b05
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cli/commands/global.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,7 @@ const {run, setFlags: _setFlags} = buildSubCommands('global', {
args: Array<string>,
): Promise<void> {
await updateCwd(config);

const updateBins = await initUpdateBins(config, reporter, flags);

if (args.includes('yarn')) {
reporter.warn(reporter.lang('packageContainsYarnAsGlobal'));

Expand Down

0 comments on commit 1e36b05

Please sign in to comment.