bh-storybook
v1.7.1
Published
to build npm package run 'npm run build' to publish npm package run 'npm publish'
Readme
TODO
to build npm package run 'npm run build' to publish npm package run 'npm publish'
storybook to run storybook run 'npm run storybook' to build storybook run 'npm run build-storybook'
publishing a package
- Update the version in package.json
- make sure your component is exported in index.ts 'text'
- run 'npm publish' to publish the package
- to use the latest package in your importing codebase, update its
package.jsontobh-storybook: "1.X.XX"(the latest published version)
license this project uses font awesome, you will need to obatin the license before using it. once you have it, export the license key in your environment
export FONTAWESOME_NPM_AUTH_TOKEN="your license key"- run 'npm run build' to build the package
Repos
Github: https://github.com/AsanteMediaServices/burohappold-storybook/tree/master NPM: https://www.npmjs.com/package/bh-storybook
