Skip to content

Build: Introduce tsdown bundler #125

Build: Introduce tsdown bundler

Build: Introduce tsdown bundler #125

Workflow file for this run

name: Test
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
env:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v4
# with:
# version: 8
- run: pnpm install --no-frozen-lockfile
- run: pnpm build && pnpm test