Skip to content

Commit b0d77cc

Browse files
committed
Run yarn in the container
1 parent 2651ba8 commit b0d77cc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ This is a DDEV addon for doing Drupal core development.
66
git clone [email protected]:project/drupal.git
77
cd drupal
88
ddev config --auto
9-
ddev get justafish/ddev-drupal-core-dev
109
ddev start
10+
ddev get justafish/ddev-drupal-core-dev
11+
ddev restart
1112
ddev composer install
1213
1314
# See included commands

install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ post_install_actions:
4545
echo "/sites/sites.php" >> ../.git/info/exclude
4646
fi
4747
- cp core-dev/.env ../core/.env
48-
- cd ../core && yarn install
48+
- cd ../core && ddev yarn install
4949

5050
removal_actions:
5151
- rm core/phpunit.xml

0 commit comments

Comments
 (0)