File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,25 @@ commands:
11
11
bin : composer create-project {{repository}} {{drupal}} --prefer-dist --no-progress --no-interaction --no-install
12
12
- command : exec
13
13
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
15
15
- command : exec
16
16
arguments :
17
17
bin : composer install --working-dir={{drupal}}
18
18
- command : exec
19
19
arguments :
20
20
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
21
33
- command : exec
22
34
arguments :
23
35
bin : drupal develop:create:symlinks --code-directory={{code}} --root={{drupal}}
You can’t perform that action at this time.
0 commit comments