Skip to content

fix: add missing build step before doc #25

fix: add missing build step before doc

fix: add missing build step before doc #25

Workflow file for this run

on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- run: pnpm install
- run: pnpm build