diff --git a/composer.json b/composer.json index 2281b3a..587ca75 100644 --- a/composer.json +++ b/composer.json @@ -72,7 +72,6 @@ "@reset-files-owner" ], "post-create-project-cmd": [ - "@post-install-cmd", "AppBundle\\Composer\\ScriptHandler::initDb", "AppBundle\\Composer\\ScriptHandler::generateLegacyAutoload", "@reset-files-owner" diff --git a/src/AppBundle/Composer/ScriptHandler.php b/src/AppBundle/Composer/ScriptHandler.php index 044e46d..c59230e 100644 --- a/src/AppBundle/Composer/ScriptHandler.php +++ b/src/AppBundle/Composer/ScriptHandler.php @@ -37,7 +37,7 @@ public static function initDb(CommandEvent $event) { $envParameter = '--env=' . escapeshellarg( $env ); } - static::executeCommand($event, $appDir, 'ezpublish:test:init_db ' . $envParameter . ' --interactive'); + static::executeCommand($event, $appDir, 'ezpublish:test:init_db ' . $envParameter); } } } \ No newline at end of file