Skip to content

Commit 75459c0

Browse files
authoredJul 6, 2024··
ci: Merge preview into pr.yml (#116)
1 parent 0a68467 commit 75459c0

File tree

2 files changed

+12
-27
lines changed

2 files changed

+12
-27
lines changed
 

‎.github/workflows/pr.yml

+12
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,15 @@ jobs:
3131
main-branch-name: main
3232
- name: Run Checks
3333
run: pnpm run test:pr
34+
preview:
35+
name: Preview
36+
runs-on: ubuntu-latest
37+
steps:
38+
- name: Checkout
39+
uses: actions/checkout@v4
40+
with:
41+
fetch-depth: 0
42+
- name: Setup Tools
43+
uses: tanstack/config/.github/setup@main
44+
- name: Publish Previews
45+
run: pnpx pkg-pr-new publish --pnpm --compact './packages/*' --no-template

‎.github/workflows/preview.yml

-27
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.