Skip to content

fix(docs): updating import path to fix filter error #89

fix(docs): updating import path to fix filter error

fix(docs): updating import path to fix filter error #89

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v4
with:
version: 9.0.2
- uses: actions/setup-node@v3
with:
node-version: 18.x
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Check prettier format
run: pnpm run prettier-check
- name: Build packages
run: pnpm run build --filter "./packages/*"