yarn install
now runs with--ignore-scripts
by default, which prevents packages from running scripts after install. Only one case is currently needed forstripes-core
to build icons, so a post-install step has been added to invoke that automatically.