chore: remove unused code from our js scripts (#25419)
This commit is contained in:
parent
bc9816b206
commit
7f885bd266
6 changed files with 1 additions and 8 deletions
|
@ -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([
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue