ReadAlongs / Studio-Web

Suite of web packages for creating interactive ReadAlongs (this repo was formerly called Web-Component)
https://readalong-studio.mothertongues.org/
Other
9 stars 9 forks source link

fix(ci): the bundle is not actually stable, cannot validate with cmp #279

Closed joanise closed 4 months ago

joanise commented 4 months ago

git status --porcelain demands exact equality of the committed bundle and the one built in CI, but the minification and optimization process is not completely deterministic, so it's not a reliable test.

We don't actually use the bundle in the published packages, and we in fact rebuild the bundle automatically as part of the publish.yml workflow that deploys to gh-pages and production, so this is not useful test at all!