Skip to content

feat: add qr code to startup urls if --host option when #2

feat: add qr code to startup urls if --host option when

feat: add qr code to startup urls if --host option when #2

Workflow file for this run

name: Publish Any Commit to pkg.pr.new
on:
pull_request:
push:
branches:
- '**'
tags:
- '!**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@v2
with:
version: 9.6.0
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- run: pnpm install
- run: pnpm build
- name: Release
run: pnpm dlx pkg-pr-new publish --compact --pnpm './packages/*'