We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a4a10d commit 241f26fCopy full SHA for 241f26f
.github/workflows/pr.yml
@@ -36,3 +36,17 @@ jobs:
36
- name: Stop Nx Agents
37
if: ${{ always() }}
38
run: npx nx-cloud stop-all-agents
39
+ preview:
40
+ name: Preview
41
+ runs-on: ubuntu-latest
42
+ steps:
43
+ - name: Checkout
44
+ uses: actions/checkout@v4
45
+ with:
46
+ fetch-depth: 0
47
+ - name: Setup Tools
48
+ uses: tanstack/config/.github/setup@main
49
+ - name: Build Packages
50
+ run: pnpm run build:all
51
+ - name: Publish Previews
52
+ run: pnpx pkg-pr-new publish --pnpm --compact './packages/*' --template './examples/*/*'
0 commit comments