@telemetrytv/lambda
v8.6.0
Published
Lambda - The official TelemetryTV UI Kit
Downloads
198
Readme
Lambda
TelemetryTV's UI kit for React.
See https://lambda-sb.netlify.app/ for the current version of Lambda's Storybook.
How to publish a new version of Lambda
- Create and switch to a new branch off of
master
- Create a new version with
pnpm version patch
git push && git push --tags
- Create a PR on github
- Once the PR approved merge it to
master
- Switch back to the
master
branch pnpm publish
Notes: You will need to be part of the @telemetrytv org on npm.