diff --git a/res/deploy.tpl.php b/res/deploy.tpl.php index 89732f0..56e6488 100644 --- a/res/deploy.tpl.php +++ b/res/deploy.tpl.php @@ -16,7 +16,7 @@ function () { $production = 'production' === get( 'stage' ); return sprintf( - '{{composer_action}} --verbose --prefer-dist --no-progress --no-interaction %s --optimize-autoloader', + '--verbose --prefer-dist --no-progress --no-interaction %s --optimize-autoloader', $production ? '--no-dev' : '' ); }