chore: remove unused code from our js scripts (#25419)

This commit is contained in:
Charles Kerr 2020-09-14 12:22:13 -05:00 committed by GitHub
parent bc9816b206
commit 7f885bd266
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 1 additions and 8 deletions

View file

@ -30,7 +30,6 @@ const utils = require('./lib/utils');
const { YARN_VERSION } = require('./yarn');
const BASE = path.resolve(__dirname, '../..');
const NPM_CMD = process.platform === 'win32' ? 'npm.cmd' : 'npm';
const NPX_CMD = process.platform === 'win32' ? 'npx.cmd' : 'npx';
const runners = new Map([