Master components for Upzaar store builder
yarn storybook
yarn build-storybook
yarn deploy-storybook- type is one of ['atoms', 'molecules', 'organisms']
- name is in PascalCase, and don't add a .jsx
yarn build-component type:{componentType} name:{ComponentName}- Add
-beta.0toversioninpackage.json- e.g: if current version is
0.2.8, beta versions would be0.2.8-beta.0, where.0is the beta version
- e.g: if current version is
- Build
distfiles
yarn esbuild- Run publish command with
betatag
npm publish --tag beta- Remove
-beta.{number}if it exists inpackage.jsonversion - Build
yarn esbuild- Publish
npm publish