Skip to content

Commit ebb7506

Browse files
committed
make sure corepack is always enabled
1 parent dd28c67 commit ebb7506

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

install.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ 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
30+
- ddev exec corepack enable
2931
- cd ../core && ddev yarn
3032

3133
removal_actions:

web-build/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#ddev-generated
22
# Note that the chromium-driver install could be moved to webimage_extra_packages
33
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+
4+
# This will not be necessary in DDEV v1.23+
65
RUN corepack enable

0 commit comments

Comments
 (0)