Skip to content

🧹 remove unneeded NPM and TS build files #22

🧹 remove unneeded NPM and TS build files

🧹 remove unneeded NPM and TS build files #22

Workflow file for this run

name: '🧪 Build Test'
on:
push:
branches:
- '**'
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun install --frozen-lockfile
- run: bun run lint
- run: bun run typecheck
- run: bun run bundle
- run: bun run test