Skip to content

ci(actions): add preview config #2

ci(actions): add preview config

ci(actions): add preview config #2

Workflow file for this run

name: Preview Any Commit
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
- name: Install deps
run: pnpm install
- name: Publish preview
run: pnpx pkg-pr-new publish