From 592dca2b2c3fde1d45f1d35db0004b6b0fe1047e Mon Sep 17 00:00:00 2001 From: Jane Chu <7559015+janechu@users.noreply.github.com> Date: Tue, 5 Mar 2024 12:01:33 -0800 Subject: [PATCH] Add build for packages and test apps (#226) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # Pull Request ## ✅ Checklist ### General - [ ] I have added tests for my changes. - [ ] I have tested my changes. - [ ] I have updated the project documentation to reflect my changes. --- .github/workflows/ci-publish.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci-publish.yml b/.github/workflows/ci-publish.yml index 18c3fd6..8adec7c 100644 --- a/.github/workflows/ci-publish.yml +++ b/.github/workflows/ci-publish.yml @@ -57,6 +57,12 @@ jobs: - name: Testing diffs run: npm run test:diff + - name: Build package files + run: npm run build --workspace=design-to-code --workspace=design-to-code-react + + - name: Build test app + run: npm run build:app --workspace=design-to-code --workspace=design-to-code-react + - name: Install playwright browsers run: npx playwright install