Skip to content

Make design token dist changes visible/reviewable in merge requests

In !4134 (comment 1885840970) it was suggested to make design token changes more visible/reviewable in merge requests.

This issue tracks the initial implementation of that. An initial implementation could look like this:

  • Disable the showHeader option for out defined platforms: !4134 (comment 1888383959)
  • Check in dist/tokens to the repository
  • Add a CI job which runs yarn build-tokens, and fails if there are any uncommitted changes in dist/tokens.

There are probably better ways to implement it, though.