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
showHeaderoption for out defined platforms: !4134 (comment 1888383959) - Check in
dist/tokensto the repository - Add a CI job which runs
yarn build-tokens, and fails if there are any uncommitted changes indist/tokens.
There are probably better ways to implement it, though.