Skip to content

Commit

Permalink
Don't prompt for selection and prefer dist packages during automated …
Browse files Browse the repository at this point in the history
…installs. (#50)
  • Loading branch information
pingers authored Sep 26, 2018
1 parent f2cfb5c commit b7b17b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RoboFileBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public function build() {
*/
public function distributionBuild() {
$this->devComposerValidate();
$this->buildMake('--no-dev --optimize-autoloader');
$this->buildMake('--prefer-dist --no-suggest --no-dev --optimize-autoloader');
$this->setSitePath();
}

Expand Down

0 comments on commit b7b17b8

Please sign in to comment.