Skip to content

V4 Improvements

V4 Improvements #44

Workflow file for this run

name: Publish Preview Release
on:
pull_request:
types: [synchronize]
jobs:
approved:
if: contains(join(github.event.pull_request.labels.*.name, ','), 'publish-preview')
runs-on: ubuntu-latest
steps:
- name: 🛒 Checkout repo
uses: actions/checkout@v6
- name: 🏗️ Setup Environment
uses: ./.github/actions/bootstrap
- name: 🔨 Build
run: pnpm run --filter react-compare-slider build
- name: 📦 Publish Preview Release
run: pnpx pkg-pr-new publish './lib' --template='./docs/example'