Skip to content

Fixed some minor optimization issues in the click manager/handler. #1367

Fixed some minor optimization issues in the click manager/handler.

Fixed some minor optimization issues in the click manager/handler. #1367

Workflow file for this run

name: Build Svelte using Bun
on:
push:
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- name: Install Node Dependency
run: bun install
- name: Build
run: bun run build