Skip to content

fix(store): do not recompute unmounted atoms eagerly #929

fix(store): do not recompute unmounted atoms eagerly

fix(store): do not recompute unmounted atoms eagerly #929

name: LiveCodes Preview
on: [pull_request]
jobs:
build_and_prepare:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
cache-dependency-path: '**/pnpm-lock.yaml'
- uses: live-codes/preview-in-livecodes@v1
with:
install-command: 'pnpm install --frozen-lockfile'
build-command: 'pnpm build'
base-url: 'https://{{LC::REF}}.preview-in-livecodes-demo.pages.dev'