Ghost
Ghost copied to clipboard
Added type checks to admin-x-design-system unit tests
no issue
- Previously we weren't running the type checks in the
admin-x-design-systemin CI, because we only runyarn test:unitin CI. This adds the typechecks to theyarn test:unitcommand so CI will fail if the type checks fail.