Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot committed Jul 28, 2017
1 parent 70a439b commit 6b02d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NewCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
$commands = [
$composer.' install --no-scripts',
$composer.' run-script post-root-package-install',
$composer.' demo',
$composer.' dump',
$composer.' run-script post-install-cmd',
$composer.' run-script post-create-project-cmd',
];
Expand Down

0 comments on commit 6b02d08

Please sign in to comment.