We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 228bc5c commit 800a804Copy full SHA for 800a804
benchmark/misc/startup-cli-version.js
@@ -10,7 +10,7 @@ const path = require('path');
10
// indispensible part of the CLI.
11
const bench = common.createBenchmark(main, {
12
cli: [
13
- 'tools/node_modules/eslint/bin/eslint.js',
+ 'deps/npm/bin/npx-cli.js',
14
'deps/npm/bin/npm-cli.js',
15
'deps/corepack/dist/corepack.js',
16
],
0 commit comments