From 209c52f75fd5596a1b97b7307ca089d07e626e7b Mon Sep 17 00:00:00 2001 From: Maarten Zuidhoorn Date: Mon, 14 Sep 2026 11:15:11 +0200 Subject: [PATCH] Include `src` in preview build artifacts Needed for packages that don't have a build step, where src/ is the published output. --- .github/workflows/publish-preview.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish-preview.yml b/.github/workflows/publish-preview.yml index b39e94f4..f88f49a5 100644 --- a/.github/workflows/publish-preview.yml +++ b/.github/workflows/publish-preview.yml @@ -188,7 +188,6 @@ jobs: ./package.json ./packages/*/ !./packages/*/node_modules/ - !./packages/*/src/ !./packages/*/tests/ !./packages/**/*.test.*