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 ebb7506 commit ec2ccdcCopy full SHA for ec2ccdc
README.md
@@ -6,7 +6,7 @@ This is a DDEV addon for doing Drupal core development.
6
git clone https://git.drupalcode.org/project/drupal.git drupal
7
cd drupal
8
ddev config --project-type=drupal10
9
-ddev start
+ddev start && ddev corepack enable
10
ddev get justafish/ddev-drupal-core-dev
11
ddev restart
12
ddev composer install
install.yaml
@@ -26,7 +26,6 @@ post_install_actions:
26
- cp core-dev/gitignore ../.gitignore
27
- mkdir -p ../test_output
28
- chmod +w ../test_output
29
- - if [ "${DDEV_PROJECT_STATUS}" != "running" ]; then ddev start; fi
30
- ddev exec corepack enable
31
- cd ../core && ddev yarn
32
0 commit comments