mirror of
https://github.com/microsoft/playwright-mcp.git
synced 2025-07-26 08:32:26 +08:00
chore: add npx install step to the publish workflow (#178)
This commit is contained in:
parent
0f7fd1362f
commit
6891a525b3
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user