From 10699cfcce83c26e2066fd3b1f199446dfd2bec1 Mon Sep 17 00:00:00 2001 From: woksin Date: Sun, 30 Aug 2026 23:35:44 +0200 Subject: [PATCH] Prepare Core before publishing Components Build Core's complete publishable shape, including exported schema and stylesheet assets, before compiling Conformance and renderer adapters. --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 65cc764d..5d82d8e4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -133,6 +133,7 @@ jobs: echo "--- .npmrc ---" cat "$NPM_CONFIG_USERCONFIG" 2>/dev/null || echo "(no .npmrc)" echo "---" + yarn workspace @cratis/components prepare yarn build yarn publish-version "$RELEASE_VERSION"