diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b92bc2..34bd72f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: run: pnpm install - name: Install Playwright Browsers - run: pnpm exec playwright install chromium + run: pnpmx playwright install chromium - name: Build run: pnpm build --cache-dir=.turbo