From ce3287be7881da396b09f82e8659457cc7070cfe Mon Sep 17 00:00:00 2001 From: Joery <44531907+Joery-M@users.noreply.github.com> Date: Mon, 22 Apr 2024 23:12:50 +0200 Subject: [PATCH] ci: Changed pnpm exec to npx --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b06bdc2..89d1ec4c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: - name: Install Playwright's dependencies if: steps.playwright-cache.outputs.cache-hit != 'true' - run: pnpm exec playwright install --with-deps + run: npx playwright install --with-deps - name: Build Darkroom run: pnpm build:darkroom