chore: replace remaining usages of npm with pnpm (#26411)

This commit is contained in:
Min Idzelis
2026-02-21 08:44:33 -05:00
committed by GitHub
parent 905b9bd560
commit 25d0bdc9f5
6 changed files with 17 additions and 17 deletions

View File

@@ -511,7 +511,7 @@ jobs:
run: pnpm install --frozen-lockfile
if: ${{ !cancelled() }}
- name: Install Playwright Browsers
run: npx playwright install chromium --only-shell
run: pnpm exec playwright install chromium --only-shell
if: ${{ !cancelled() }}
- name: Docker build
run: docker compose up -d --build --renew-anon-volumes --force-recreate --remove-orphans --wait --wait-timeout 300