We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a4c41e commit 9651018Copy full SHA for 9651018
1 file changed
scripts/make-runner.mjs
@@ -11,7 +11,7 @@ const args = parseArgs(process.argv),
11
fast = args.fast,
12
enactCmd = args['enact-cmd'] || 'enact';
13
14
-if (!args['enact-cmd'] && !shell.which('enact')) {
+if (!enactCmd && !shell.which('enact')) {
15
errorExit('Sorry, this script requires the enact cli tool');
16
}
17
0 commit comments