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 45b9f7b commit 1a86be3Copy full SHA for 1a86be3
README.md
@@ -7,7 +7,7 @@ git clone https://git.drupalcode.org/project/drupal.git drupal
7
cd drupal
8
ddev config --project-type=drupal10
9
ddev start
10
-ddev corepack enable
+ddev exec corepack enable
11
ddev get justafish/ddev-drupal-core-dev
12
ddev restart
13
ddev composer install
install.yaml
@@ -27,7 +27,7 @@ post_install_actions:
27
- mkdir -p ../test_output
28
- chmod +w ../test_output
29
- ddev exec corepack enable
30
- - cd ../core && ddev yarn
+ - cd ../core && ddev exec yarn set version stable
31
32
removal_actions:
33
- rm core/phpunit.xml
0 commit comments