We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de6cae6 commit cc6f50cCopy full SHA for cc6f50c
config/chain/develop-contribute.yml
@@ -18,18 +18,9 @@ commands:
18
- command: exec
19
arguments:
20
bin: drupal site:install standard --root={{drupal}} --db-type="sqlite" --no-interaction
21
- - command: 'module:install'
+ - command: exec
22
23
- module:
24
- - rest
25
- - taxonomy
26
- - locale
27
- - migrate
28
- - simpletest
29
- - breakpoint
30
- - node
31
- - views
32
- - features
+ bin: drupal module:install --root={{drupal}} rest taxonomy locale migrate simpletest breakpoint node views features
33
34
35
- bin: drupal develop:create:symlinks --code-directory={{code}} --root={{drupal}}
+ bin: drupal develop:create:symlinks --root={{drupal}} --code-directory={{code}}
0 commit comments