Skip to content

Replace Rollup with Vite #36

Replace Rollup with Vite

Replace Rollup with Vite #36

Workflow file for this run

on:
push:
branches-ignore:
- master
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- run: npm ci
- run: npm run build