Skip to content

Commit efe0c9d

Browse files
authored
Merge pull request #74 from mbabker/patch-1
Remove duplicated command
2 parents 271d06d + a924f15 commit efe0c9d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/NewCommand.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,6 @@ protected function execute(InputInterface $input, OutputInterface $output)
6868
$composer.' run-script post-autoload-dump',
6969
];
7070

71-
if ($input->getOption('dev')) {
72-
unset($commands[2]);
73-
74-
$commands[] = $composer.' run-script post-autoload-dump';
75-
}
76-
7771
if ($input->getOption('no-ansi')) {
7872
$commands = array_map(function ($value) {
7973
return $value.' --no-ansi';

0 commit comments

Comments
 (0)