File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ git clone https://git.drupalcode.org/project/drupal.git drupal
77cd drupal
88ddev config --project-type=drupal10
99ddev start
10+ ddev corepack enable
1011ddev get justafish/ddev-drupal-core-dev
1112ddev restart
1213ddev composer install
Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ post_install_actions:
2626 - cp core-dev/gitignore ../.gitignore
2727 - mkdir -p ../test_output
2828 - chmod +w ../test_output
29- - cd ../ && ddev exec yarn --cwd="core"
29+ - ddev exec corepack enable
30+ - cd ../core && ddev yarn
3031
3132removal_actions :
3233 - rm core/phpunit.xml
Original file line number Diff line number Diff line change 11# ddev-generated
2- RUN sudo apt-get update && sudo apt-get install chromium-driver -y
2+ # Note that the chromium-driver install could be moved to webimage_extra_packages
3+ RUN sudo apt-get update && sudo apt-get install chromium-driver -y
4+ # This will not be necessary in DDEV v1.23+
5+ RUN corepack enable
You can’t perform that action at this time.
0 commit comments