From 6891a525b30fb6d199a4ed8efbe54380ea8fb77a Mon Sep 17 00:00:00 2001 From: Pavel Feldman Date: Mon, 14 Apr 2025 20:09:38 -0700 Subject: [PATCH] chore: add npx install step to the publish workflow (#178) --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index be54cec..b10d4a7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,6 +15,7 @@ jobs: node-version: 18 registry-url: https://registry.npmjs.org/ - run: npm ci + - run: npx playwright install --with-deps - run: npm run build - run: npm run lint - run: npm run test