Skip to content

fix(npm): read release packages from directory #8

fix(npm): read release packages from directory

fix(npm): read release packages from directory #8

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-bun
- run: bun --cwd packages/miaopan-code typecheck
- run: bun --cwd packages/core typecheck
- run: bun --cwd packages/app typecheck
- run: bun --cwd packages/web build