- React v18
- TypeScript
- StyledComponent for css styling
- UI development with Storybook
- Unit test with Testing-library
- Build the library with Rollup
- Automated release with changesets
-
Build the library:
yarn build
-
Run storybook:
yarn storybook
-
Create changeset:
yarn changeset
yarn build
- login to your npm account
- update the version number in
package.json
(example of the conversion version name is{previousStableVersion}-beta-{num}
e.g.1.0.7-beta-1
) npm publish
follow the pipeline flow which trigger by merging to master brach