chore: add npx install step to the publish workflow (#178)

This commit is contained in:
Pavel Feldman
2025-04-14 20:09:38 -07:00
committed by GitHub
parent 0f7fd1362f
commit 6891a525b3

View File

@@ -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