Skip to content

๐Ÿ—๏ธ Migrate to vite and esbuild #7

๐Ÿ—๏ธ Migrate to vite and esbuild

๐Ÿ—๏ธ Migrate to vite and esbuild #7

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: yarn
- run: yarn build