From 32280ba80a70f11ff433c67e9d1bf10a4f3f39c5 Mon Sep 17 00:00:00 2001 From: Emil Petrov Date: Mon, 15 Jul 2024 11:24:36 +0300 Subject: [PATCH] ci: add utils to cdn --- .github/workflows/publish_swatches.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish_swatches.yml b/.github/workflows/publish_swatches.yml index 2e58376a3f2..79f24c621e4 100644 --- a/.github/workflows/publish_swatches.yml +++ b/.github/workflows/publish_swatches.yml @@ -60,7 +60,9 @@ jobs: run: npm ci --no-audit --no-fund - name: Build swatches - run: npm run sass:swatches + run: | + npm run sass + npm run sass:swatches - name: Checkout artifact repository uses: actions/checkout@v4