server: enforce reset boundary on socket messages #130
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: pkg.pr.new | |
| on: | |
| push: | |
| branches-ignore: | |
| - main | |
| pull_request: | |
| jobs: | |
| publish: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: oven-sh/setup-bun@v2 | |
| with: | |
| bun-version: latest | |
| - name: Install | |
| run: bun install --frozen-lockfile | |
| - name: Build packages | |
| run: bun run build-packages | |
| - name: Publish preview | |
| run: bunx pkg-pr-new publish --packageManager bun ./packages/playhtml ./packages/react ./packages/common |