Skip to content

chore: migrate from tsup to tsdown #100

chore: migrate from tsup to tsdown

chore: migrate from tsup to tsdown #100

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@v5
with:
version: 9
- uses: actions/setup-node@v6
with:
node-version: "24"
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- run: pnpm format:check
- run: pnpm lint
- run: pnpm typecheck
- run: pnpm knip
- run: pnpm test
- run: pnpm build
- name: Check API compatibility
run: pnpm api:check
working-directory: packages/seatmaps