Skip to content

Commit

Permalink
fix: put back the build step as it is used by chromatic
Browse files Browse the repository at this point in the history
Signed-off-by: Adham AboHasson <[email protected]>
  • Loading branch information
AdhamAH committed Jan 14, 2025
1 parent 58fc79c commit 095d65a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 095d65a

Please sign in to comment.