Skip to content

Commit ec2ccdc

Browse files
committed
Make sure corepack gets set no matter what
1 parent ebb7506 commit ec2ccdc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is a DDEV addon for doing Drupal core development.
66
git clone https://git.drupalcode.org/project/drupal.git drupal
77
cd drupal
88
ddev config --project-type=drupal10
9-
ddev start
9+
ddev start && ddev corepack enable
1010
ddev get justafish/ddev-drupal-core-dev
1111
ddev restart
1212
ddev composer install

install.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ post_install_actions:
2626
- cp core-dev/gitignore ../.gitignore
2727
- mkdir -p ../test_output
2828
- chmod +w ../test_output
29-
- if [ "${DDEV_PROJECT_STATUS}" != "running" ]; then ddev start; fi
3029
- ddev exec corepack enable
3130
- cd ../core && ddev yarn
3231

0 commit comments

Comments
 (0)