Skip to content

chore: re-release pkg with correct dist files #28

chore: re-release pkg with correct dist files

chore: re-release pkg with correct dist files #28

Workflow file for this run

name: CI
on:
push:
branches: ['main']
pull_request:
types: [opened, synchronize]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm install
- run: npm run build