Skip to content

chore(pkg): publish a minified version #225

chore(pkg): publish a minified version

chore(pkg): publish a minified version #225

Workflow file for this run

name: CI
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run build
- run: bun x prettier --check .
- run: bun x tsc --noEmit