Skip to content

Remove src/CLAUDE.md and clarify global token scope #174

Remove src/CLAUDE.md and clarify global token scope

Remove src/CLAUDE.md and clarify global token scope #174

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@v6
- uses: actions/setup-node@v6
with:
node-version: 22
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm run build
- run: pnpm run typecheck
- name: Build stickers
run: pnpm --filter @antadesign/stickers run build
- name: Typecheck stickers
run: pnpm --filter @antadesign/stickers run typecheck
- name: Build site
run: pnpm --filter anta-site build