Skip to content

feat: add stream package #246

feat: add stream package

feat: add stream package #246

Workflow file for this run

name: pkg-pr-new
on:
pull_request:
branches: [dev, main]
jobs:
pkg-pr-new:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: 'yarn'
- name: Install dependencies
run: yarn
- name: Build package
run: yarn build
- name: Publish preview package
run: |
npx pkg-pr-new publish './packages/cherry-markdown' --compact --packageManager=pnpm,npm,yarn