chore: pkg.pr.new (#2904)

* init

* add a new line

---------

Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>
This commit is contained in:
Mohammad Bagher Abiyat 2024-12-16 10:55:30 +03:30 committed by GitHub
parent 52eae2b874
commit 382eeaca0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

17
.github/workflows/cr.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: Publish Any Commit
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- run: pnpm install
- run: pnpm build
- run: pnpm dlx pkg-pr-new publish './dist' --compact --template './examples/*'