From c544d6c82e77df972a7811f5ce19a4f875519d3d Mon Sep 17 00:00:00 2001 From: Dale Sande Date: Tue, 10 Aug 2021 07:47:18 -0700 Subject: [PATCH] fix(build): include build of buildDemoCss into pipeline --- .github/workflows/testPublish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/testPublish.yml b/.github/workflows/testPublish.yml index 42ecc47..ee5f9dd 100644 --- a/.github/workflows/testPublish.yml +++ b/.github/workflows/testPublish.yml @@ -27,6 +27,7 @@ jobs: - run: npm run copyFontsDist - run: npm run copyFiles - run: npm run buildEssentials + - run: npm run buildDemoCss - run: npm run sassdoc - run: npm test @@ -46,6 +47,7 @@ jobs: - run: npm run copyFontsDist - run: npm run copyFiles - run: npm run buildEssentials + - run: npm run buildDemoCss - run: npm run sassdoc - uses: cycjimmy/semantic-release-action@v2 env: