0.1.2 • Published 2 years ago

custom-storybook v0.1.2

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Custom Storybook

How to publish the library to NPM

  1. Checkout the latest version of the main branch:

    git checkout main git pull

  2. Update the library version number:

    npm version patch git push origin main --follow-tags

  3. Build the library:

    npm run build

  4. NPM Login

    npm login username password email auth app (if you have)

  5. Publish the library:

    npm publish