Skip to content

Commit 5e1194e

Browse files
committed
Fix setup-playwright in earthy
1 parent 8fccbe6 commit 5e1194e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ setup-playwright:
9797
RUN curl -fsSL https://get.pnpm.io/install.sh | env PNPM_VERSION=9.3.0 ENV="$HOME/.shrc" SHELL="$(which sh)" sh -
9898
ENV PATH="/root/.local/share/pnpm:$PATH"
9999
RUN apt update && apt install -y zip
100-
RUN pnpx playwright install --with-deps
100+
RUN pnpm dlx playwright install --with-deps
101101
RUN npm install -g netlify-cli
102102

103103
e2e:

0 commit comments

Comments
 (0)