Skip to content

update package.json to set publishConfig for public access #7

update package.json to set publishConfig for public access

update package.json to set publishConfig for public access #7

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bunx playwright install --with-deps chromium firefox webkit
- run: bun run preflight
- uses: actions/upload-artifact@v4
if: failure()
with:
name: playwright-report
path: playwright-report/