Skip to content

Commit 4e723d3

Browse files
novia713enzolutions
authored andcommitted
install & enable required modules for translating (#371)
1 parent 265cd79 commit 4e723d3

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

config/chain/develop-contribute.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,25 @@ commands:
1111
bin: composer create-project {{repository}} {{drupal}} --prefer-dist --no-progress --no-interaction --no-install
1212
- command: exec
1313
arguments:
14-
bin: composer require drupal/console-develop --dev --working-dir={{drupal}} --no-update
14+
bin: composer require drupal/features drupal/console-develop --dev --working-dir={{drupal}} --no-update
1515
- command: exec
1616
arguments:
1717
bin: composer install --working-dir={{drupal}}
1818
- command: exec
1919
arguments:
2020
bin: drupal site:install standard --root={{drupal}} --db-type="sqlite" --no-interaction
21+
- command: 'module:install'
22+
arguments:
23+
module:
24+
- rest
25+
- taxonomy
26+
- locale
27+
- migrate
28+
- simpletest
29+
- breakpoint
30+
- node
31+
- views
32+
- features
2133
- command: exec
2234
arguments:
2335
bin: drupal develop:create:symlinks --code-directory={{code}} --root={{drupal}}

0 commit comments

Comments
 (0)