custom-storybook
v0.1.2
Published
Custom storybook example
Downloads
5
Maintainers
Readme
Custom Storybook
How to publish the library to NPM
Checkout the latest version of the main branch:
git checkout main git pull
Update the library version number:
npm version patch git push origin main --follow-tags
Build the library:
npm run build
NPM Login
npm login username password email auth app (if you have)
Publish the library:
npm publish