Skip to content

refactor: relies on next frame to switch from/to #347

refactor: relies on next frame to switch from/to

refactor: relies on next frame to switch from/to #347

Workflow file for this run

name: ci
on:
push:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v3
with:
node-version: 18
cache: pnpm
- run: pnpm i
- run: pnpm dev-setup
- run: pnpm lint-check
- run: pnpm tsc
- run: pnpm build
- run: pnpm -r generate-tw-test
- run: pnpm -C packages/app-solid build