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 8fccbe6 commit 5e1194eCopy full SHA for 5e1194e
Earthfile
@@ -97,7 +97,7 @@ setup-playwright:
97
RUN curl -fsSL https://get.pnpm.io/install.sh | env PNPM_VERSION=9.3.0 ENV="$HOME/.shrc" SHELL="$(which sh)" sh -
98
ENV PATH="/root/.local/share/pnpm:$PATH"
99
RUN apt update && apt install -y zip
100
- RUN pnpx playwright install --with-deps
+ RUN pnpm dlx playwright install --with-deps
101
RUN npm install -g netlify-cli
102
103
e2e:
0 commit comments