Skip to content

fix: add types exports in package.json #9

fix: add types exports in package.json

fix: add types exports in package.json #9

Workflow file for this run

name: build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.x
- uses: pnpm/action-setup@v4
- run: pnpm i
- run: pnpm lint
- run: pnpm dist