Skip to content

fix(ci): investigate faling npm publish (new token) #222

fix(ci): investigate faling npm publish (new token)

fix(ci): investigate faling npm publish (new token) #222

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