diff --git a/src/NewCommand.php b/src/NewCommand.php index bd50678..9f044ad 100644 --- a/src/NewCommand.php +++ b/src/NewCommand.php @@ -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', ];