From 095d65a051babde86bb1fdf4cc68d9dfe796980c Mon Sep 17 00:00:00 2001 From: Adham AboHasson Date: Tue, 14 Jan 2025 15:38:24 +0100 Subject: [PATCH] fix: put back the build step as it is used by chromatic Signed-off-by: Adham AboHasson --- .github/workflows/continuous-deployment.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/continuous-deployment.yml b/.github/workflows/continuous-deployment.yml index b624b2cc4..64ebc6cc3 100644 --- a/.github/workflows/continuous-deployment.yml +++ b/.github/workflows/continuous-deployment.yml @@ -105,6 +105,9 @@ jobs: - name: Install dependencies run: pnpm install --frozen-lockfile + - name: build packages + run: pnpm run build + - name: "Continuous Integration: test" run: pnpm run --if-present test