You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.
David Baines edited this page Jun 24, 2019
·
2 revisions
Publishing to GH Pages
git checkout master
yarn storybook-to-ghpages
Publishing to NPM
In order to publish/update an npm module you first need to setup the user on your computer with npm adduser
Then when you're ready to publish your changes, make sure you version bump the package.json file and run npm publish
You can find user details in the katalyst wiki.