Atomic Components
Re-usable atomic components for ardoq's front-end applications
Contributing
Build
yarn build
Publishing a new version of the package
- Verify that "it works":
yarn lint && yarn check-types
- Bump the version
yarn version
- Publish (DO NOT BUMP THE VERSION HERE!):
yarn run publish