Skip to content

test

test #48

Workflow file for this run

name: npm-previews
on:
pull_request:
branches:
- main
paths-ignore:
- 'site/**'
jobs:
preview:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm i -g [email protected]
- uses: actions/setup-node@v4
with:
node-version: 22
cache: 'pnpm'
cache-dependency-path: '**/pnpm-lock.yaml'
- run: pnpm i --frozen-lockfile
- run: pnpm -r build
env:
CI: true
name: mdsvex
- run: API_URL=https://pkg.pr.new pnpx pkg-pr-new@https://d61368b4.stackblitz-cr.pages.dev/stackblitz-labs/pkg.pr.new/pkg-pr-new@183 publish './packages/*' --comment=off --json=preview_json.json
- uses: actions/upload-artifact@v4
with:
path: preview_json.json
name: preview