diff --git a/config/chain/develop-contribute.yml b/config/chain/develop-contribute.yml index ee82536..4e7bf7a 100644 --- a/config/chain/develop-contribute.yml +++ b/config/chain/develop-contribute.yml @@ -18,18 +18,9 @@ commands: - command: exec arguments: bin: drupal site:install standard --root={{drupal}} --db-type="sqlite" --no-interaction - - command: 'module:install' + - command: exec arguments: - module: - - rest - - taxonomy - - locale - - migrate - - simpletest - - breakpoint - - node - - views - - features + bin: drupal module:install --root={{drupal}} rest taxonomy locale migrate simpletest breakpoint node views features - command: exec arguments: - bin: drupal develop:create:symlinks --code-directory={{code}} --root={{drupal}} + bin: drupal develop:create:symlinks --root={{drupal}} --code-directory={{code}}