Skip to content

Adapt model serialization to work with the new Single Fetch data loading strategy and streaming format #58

Adapt model serialization to work with the new Single Fetch data loading strategy and streaming format

Adapt model serialization to work with the new Single Fetch data loading strategy and streaming format #58

name: Publish Snapshot
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
- name: Install dependencies
run: pnpm install
- name: Build
run: pnpm build
- run: pnpx pkg-pr-new publish './packages/superflare' './packages/superflare-remix'