Skip to content

better docs + snaps #2909

better docs + snaps

better docs + snaps #2909

Workflow file for this run

name: BundleWatch
on: [push]
jobs:
check:
name: Bundle Watch
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'SKIP CI')"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20.x
- name: Update npm
run: npm i -g npm@7
- name: Install dependencies
run: npm ci
- name: Build dist files
run: npm run build
- name: Analyze Bundle
run: npx bundlewatch