Skip to content

Commit fa8f786

Browse files
committed
Updated base theme
1 parent 16ea8ea commit fa8f786

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Taskfile.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,13 @@ tasks:
2121
*/
2222
$settings['trusted_host_patterns'][] = '^{{.PROJECTNAME}}\.local\.itkdev\.dk$';
2323
EOF
24+
25+
# Add docker setup
26+
- task docker:install
27+
2428
# Move Drupal configuration files into place.
2529
- mkdir -p web/sites/default
2630
- mv deploy-templates/{settings.local.php,services.local.yml} web/sites/default/
27-
2831
- mv deploy-templates/pr.yml .github/workflows/
2932

3033
# Set the actual project name in select files (Sed command different between mac and linux).

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"drupal/core-composer-scaffold": "^11.0",
2424
"drupal/core-project-message": "^11.0",
2525
"drupal/core-recommended": "^11.0",
26-
"itk-dev/itkdev_base_theme": "dev-feature/add-files",
26+
"itk-dev/itkdev-base-theme": "dev-feature/add-files",
2727
"drush/drush": "^13.2"
2828
},
2929
"require-dev": {

0 commit comments

Comments
 (0)