freeCodeCamp / ui

freeCodeCamp's UI Component Library
BSD 3-Clause "New" or "Revised" License
20 stars 18 forks source link

chore(ci): add package build test to CI #338

Closed huyenltnguyen closed 1 month ago

huyenltnguyen commented 1 month ago

Checklist:

This PR adds a check to CI to ensure that dependencies upgrades won't break the package build (this was the case with #336, all CI checks were green but pnpm build would failed).

naomi-lgbt commented 1 month ago

We should add this to https://github.com/freeCodeCamp/ui/blob/main/.github/workflows/unit-tests.yml rather than an entirely separate action (refer to the main repo where we follow the same pattern)