mirror of
https://github.com/pmndrs/zustand.git
synced 2025-12-08 19:45:52 +00:00
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:
parent
52eae2b874
commit
382eeaca0a
17
.github/workflows/cr.yml
vendored
Normal file
17
.github/workflows/cr.yml
vendored
Normal 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/*'
|
||||
Loading…
x
Reference in New Issue
Block a user