Open pixlwave opened 3 months ago
Taken from https://github.com/element-hq/compound-design-tokens/pull/107:
When adding a new icon .svg file, running yarn build only updates icons/* and assets/web/icons/*. You have to run it a second time to update assets/android/*, assets/ios/* and assets/web/js/*
yarn build
icons/*
assets/web/icons/*
assets/android/*
assets/ios/*
assets/web/js/*
Taken from https://github.com/element-hq/compound-design-tokens/pull/107:
When adding a new icon .svg file, running
yarn build
only updatesicons/*
andassets/web/icons/*
. You have to run it a second time to updateassets/android/*
,assets/ios/*
andassets/web/js/*