From dff9db7eda78088a60123936857c76c0cebecef2 Mon Sep 17 00:00:00 2001 From: Nicolas DUBIEN Date: Fri, 1 Nov 2024 09:21:19 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=91=B7=20Connect=20custom=20templates?= =?UTF-8?q?=20to=20`pkg.pr.new`=20previews?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Just putting a better DX! --- .github/workflows/build-status.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-status.yml b/.github/workflows/build-status.yml index 1548601b101..1980c77a2cd 100644 --- a/.github/workflows/build-status.yml +++ b/.github/workflows/build-status.yml @@ -205,7 +205,7 @@ jobs: - name: Unpack production packages run: yarn unpack:all - name: Preview - run: yarn dlx pkg-pr-new publish --compact './packages/*' + run: yarn dlx pkg-pr-new publish --compact './packages/*' --template './examples/*' test: name: 'Test' needs: From ed485ad0a984c5bd7879f80dcd9a9728fa7fd812 Mon Sep 17 00:00:00 2001 From: Nicolas DUBIEN Date: Fri, 1 Nov 2024 10:41:14 +0100 Subject: [PATCH 2/2] Update .github/workflows/build-status.yml --- .github/workflows/build-status.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-status.yml b/.github/workflows/build-status.yml index 1980c77a2cd..8712c304bdc 100644 --- a/.github/workflows/build-status.yml +++ b/.github/workflows/build-status.yml @@ -205,7 +205,7 @@ jobs: - name: Unpack production packages run: yarn unpack:all - name: Preview - run: yarn dlx pkg-pr-new publish --compact './packages/*' --template './examples/*' + run: yarn dlx pkg-pr-new publish --compact './packages/*' --template './examples' test: name: 'Test' needs: