Skip to content

Commit

Permalink
Merge branch 'main' into dependabot-npm_and_yarn-eslint-8.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc authored Jul 24, 2023
2 parents 757250b + 654a7dd commit 00be4f2
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions bin/run
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,8 @@ require('../dist/flags').preprocessCliFlags(process);
const cli = require('../dist/cli');
const pjson = require('../package.json');

// OVERRIDES gets replaced with particular values for binary builds,
// but simply use defaults for npm and local invocations
const overrides = {
/* @OVERRIDES@ */
};
const version = overrides.version || pjson.version;
const channel = overrides.channel || 'stable';

cli
.create(version, channel)
.create(pjson.version, 'stable')
.run()
.then(function () {
require('@oclif/core/flush')();
Expand Down

0 comments on commit 00be4f2

Please sign in to comment.