Skip to content

Merge pull request #7913 from Gavin-Gong/fix-ref-type #3

Merge pull request #7913 from Gavin-Gong/fix-ref-type

Merge pull request #7913 from Gavin-Gong/fix-ref-type #3

Workflow file for this run

name: Build libs/ui package
on:
push:
branches: [ main, beta, production, nuxt ]
paths:
- 'libs/ui/**'
pull_request:
branches: [ main, beta, production, nuxt ]
paths:
- 'libs/ui/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
uses: ./.github/actions/pnpm-install
- run: cd libs/ui && pnpm histoire build