Skip to content

Commit 3c40987

Browse files
committed
Add publish to pkg.pr.new
1 parent c455080 commit 3c40987

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/test.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,23 @@ jobs:
5555
- name: Type check
5656
run: pnpm typecheck
5757

58+
publish:
59+
runs-on: ubuntu-latest
60+
name: Publish test build to pkg.pr.new
61+
steps:
62+
- name: Checkout
63+
uses: actions/checkout@v4.2.2
64+
- name: Setup Node.js
65+
uses: actions/setup-node@v4.1.0
66+
- uses: pnpm/action-setup@v4.0.0
67+
with:
68+
run_install: true
69+
70+
- name: Build
71+
run: pnpm build
72+
- name: Publish
73+
run: pnpx pkg-pr-new publish
74+
5875
test-examples:
5976
runs-on: ubuntu-latest
6077
name: Test build of example projects

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy