Skip to content

fix: updated to export the needed types #15

fix: updated to export the needed types

fix: updated to export the needed types #15

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@v2
with:
version: 9.0.5
- uses: actions/setup-node@v3
with:
node-version: 20.9
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- run: pnpm run build
# - run: pnpm run lint && pnpm run build