Skip to content

docs: add CONTRIBUTING.md #21

docs: add CONTRIBUTING.md

docs: add CONTRIBUTING.md #21

Workflow file for this run

name: Publish Experimental Release
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 dependencies
run: pnpm install
- name: Build
run: pnpm build:lib
- run: pnpx pkg-pr-new publish '.' --template './__tests__/examples/*'