Skip to content

Commit

Permalink
install & enable required modules for translating (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
novia713 authored and enzolutions committed Oct 23, 2019
1 parent 265cd79 commit 4e723d3
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion config/chain/develop-contribute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,25 @@ commands:
bin: composer create-project {{repository}} {{drupal}} --prefer-dist --no-progress --no-interaction --no-install
- command: exec
arguments:
bin: composer require drupal/console-develop --dev --working-dir={{drupal}} --no-update
bin: composer require drupal/features drupal/console-develop --dev --working-dir={{drupal}} --no-update
- command: exec
arguments:
bin: composer install --working-dir={{drupal}}
- command: exec
arguments:
bin: drupal site:install standard --root={{drupal}} --db-type="sqlite" --no-interaction
- command: 'module:install'
arguments:
module:
- rest
- taxonomy
- locale
- migrate
- simpletest
- breakpoint
- node
- views
- features
- command: exec
arguments:
bin: drupal develop:create:symlinks --code-directory={{code}} --root={{drupal}}

0 comments on commit 4e723d3

Please sign in to comment.