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.0
toversion
inpackage.json
- e.g: if current version is
0.2.8
, beta versions would be0.2.8-beta.0
, where.0
is the beta version
- e.g: if current version is
- Build
dist
files
yarn esbuild
- Run publish command with
beta
tag
npm publish --tag beta
- Remove
-beta.{number}
if it exists inpackage.json
version
- Build
yarn esbuild
- Publish
npm publish