Skip to content

feat: add postbuild manifest generation for css-purge plugin #127

feat: add postbuild manifest generation for css-purge plugin

feat: add postbuild manifest generation for css-purge plugin #127

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install Dependencies
run: bun install
- name: Contract Check
run: bun run check
- name: Type Check
run: npx tsc --noEmit
- name: Build
run: bun run build