Skip to content

fix: Properly detect and reload changed files when using Vite's `?suf… #4

fix: Properly detect and reload changed files when using Vite's `?suf…

fix: Properly detect and reload changed files when using Vite's `?suf… #4

Workflow file for this run

name: 🚀 Continuous Publish
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
build:
name: Build
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
- name: Build All Packages
run: pnpm buildc all
- name: Publish
run: pnpx pkg-pr-new publish --compact './packages/*'