Skip to content

Commit 59b963e

Browse files
authored
Remove duplicated command
1 parent 271d06d commit 59b963e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/NewCommand.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ protected function execute(InputInterface $input, OutputInterface $output)
7070

7171
if ($input->getOption('dev')) {
7272
unset($commands[2]);
73-
74-
$commands[] = $composer.' run-script post-autoload-dump';
7573
}
7674

7775
if ($input->getOption('no-ansi')) {

0 commit comments

Comments
 (0)