Skip to content

Commit 61db11d

Browse files
committed
Apply fixes from StyleCI
1 parent b83d18e commit 61db11d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NewCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
299299
}
300300

301301
$runNpm = $input->getOption('npm');
302-
302+
303303
if (! $input->getOption('npm') && $input->isInteractive()) {
304304
$runNpm = confirm(
305305
label: 'Would you like to run <options=bold>npm install</> and <options=bold>npm run build</>?'

0 commit comments

Comments
 (0)