Skip to content

Commit 1956ffb

Browse files
committed
fixes
1 parent 1db89fe commit 1956ffb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/NewCommand.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,10 @@ protected function execute(InputInterface $input, OutputInterface $output): int
293293

294294
$this->configureComposerDevScript($directory);
295295

296+
if ($input->getOption('pest')) {
297+
$output->writeln('');
298+
}
299+
296300
$runNpm = confirm(
297301
label: 'Would you like to run <options=bold>npm install</> and <options=bold>npm run build</>?'
298302
);

0 commit comments

Comments
 (0)