From e3484d30d1c9099083c92be116db6f65a573c29f Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Sat, 4 Nov 2017 19:34:22 -0600 Subject: [PATCH] Update quick-run.js --- src/quick-run.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/quick-run.js b/src/quick-run.js index dd00524..dfae1be 100644 --- a/src/quick-run.js +++ b/src/quick-run.js @@ -100,11 +100,6 @@ function runScript (prefix, pkg) { printAllScripts(pkg) process.exit(-1) } - if (candidates.length > 1) { - printNames('Several scripts start with ' + '"' + prefix + '"', - candidates) - process.exit(-1) - } debug('all arguments', process.argv) var extraArguments = ['run', candidates[0], '--'].concat(process.argv.slice(3))