Skip to content

chore: use vite for package bundling and allow treeshaking #237

chore: use vite for package bundling and allow treeshaking

chore: use vite for package bundling and allow treeshaking #237

Workflow file for this run

name: Test
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
- name: Install dependencies
run: yarn
- name: Lint
run: yarn lint --no-fix
- name: Test
run: yarn test