Closed usrrname closed 2 years ago
@rafRangler @sumitarora I need some advice here on what to run to impact test that my changes to Storybook did not cause any breakages to other areas.
In what order are you running such commands?
npm run prepare
npm run rollup
npm run build:lib
npm run rollup
is the new way to create a build (only the component library) with rollup. You can ignore npm run prepare
for now since that's to create a build before publishing.
Lastly, npm run build:lib
is for creating a build with tsdx
... but I'm not too sure if we're going to continue using that from now onwards. Kept it there just in case we needed to rollback
npm run build:storybook
can be used to create a build for storybook :).
In the process of updating to 6.4.22 the update to storybook-addon-tokens
to 2.1.0 actually caused all tokens to be shown in the Colors design token doc block mdx, so we had to walk it back to 1.4.0
.storybook/
to.ts
from.js
README.md
with file structureBranches for maintenance:
basic-css
✅basic-styled
✅basic-emotion
✅