Skip to content

fix: import queryClientAtom #9

fix: import queryClientAtom

fix: import queryClientAtom #9

Workflow file for this run

name: Publish Preview
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: 'pnpm'
cache-dependency-path: '**/pnpm-lock.yaml'
- run: pnpm install --frozen-lockfile
- name: Build
run: pnpm run compile
- run: pnpm dlx pkg-pr-new publish --template './examples/*'