From 5e1194e93ece7e51a1f75bfca47140cb4561da64 Mon Sep 17 00:00:00 2001 From: Polle Pas Date: Mon, 17 Jun 2024 16:57:52 +0200 Subject: [PATCH] Fix setup-playwright in earthy --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 6d4171fea..3af1a874c 100644 --- a/Earthfile +++ b/Earthfile @@ -97,7 +97,7 @@ setup-playwright: RUN curl -fsSL https://get.pnpm.io/install.sh | env PNPM_VERSION=9.3.0 ENV="$HOME/.shrc" SHELL="$(which sh)" sh - ENV PATH="/root/.local/share/pnpm:$PATH" RUN apt update && apt install -y zip - RUN pnpx playwright install --with-deps + RUN pnpm dlx playwright install --with-deps RUN npm install -g netlify-cli e2e: