Skip to content

Commit dd28c67

Browse files
committed
Handle new yarn 4 requirement
1 parent 1e6d515 commit dd28c67

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ 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+
- cd ../core && ddev yarn
3030

3131
removal_actions:
3232
- rm core/phpunit.xml

web-build/Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
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+
# Depending on the outcome of https://github.com/ddev/ddev/pull/5988
5+
# this may not be necessary in DDEV v1.23+
6+
RUN corepack enable

0 commit comments

Comments
 (0)