Skip to content

feat: add pluggable friction stores #367

feat: add pluggable friction stores

feat: add pluggable friction stores #367

Workflow file for this run

name: Prerelease
on: [push, pull_request]
permissions: {}
jobs:
build:
name: Prerelease
# pkg-pr-new resolves the run through its public API, which cannot see a private repository. This
# turns itself on when the repository goes public.
if: ${{ !github.event.repository.private }}
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Clone repository
uses: actions/checkout@v6
with:
persist-credentials: false
- name: Install dependencies
uses: ./.github/actions/install-dependencies
- name: Prerelease
run: |
pnpm build
pnpm dlx pkg-pr-new publish --pnpm