File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ commands:
21
21
- command : site:settings:db
22
22
arguments :
23
23
name : ' %{{name}}'
24
- # Enable development settings
25
- - command : exec
24
+ # Create settings.local.php
25
+ - command : site:settings:local
26
26
arguments :
27
- bin : ' cd /vagrant/repos/ %{{name}}/web/sites; cp -n ./example.settings.local.php ./default/settings.local.php; '
27
+ name : ' %{{name}}'
28
28
# Create phpunit.xml
29
29
- command : site:phpunit:setup
30
30
arguments :
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ application:
10
10
class : \DennisDigital\Drupal\Console\Command\SiteSettingsDbCommand
11
11
' site:settings:memcache ' :
12
12
class : \DennisDigital\Drupal\Console\Command\SiteSettingsMemcacheCommand
13
+ ' site:settings:local ' :
14
+ class : \DennisDigital\Drupal\Console\Command\SiteSettingsLocalCommand
13
15
' site:db:import ' :
14
16
class : \DennisDigital\Drupal\Console\Command\SiteDbImportCommand
15
17
' site:behat:setup ' :
You can’t perform that action at this time.
0 commit comments