Skip to content

efraim-andrade/design-system

Repository files navigation

EAMJ UI

Table of contents



Getting Started 🚀

Clone the project and install the dependencies

npm i

📦 How to publish the packages


✨ Create a new version

npm run changeset

This will create a new version and a new tag in the repository based on the things you will answer and the log you will write, also will create a new .md file on .changeset folder with the content.


💾 Commit the changelog

npm run version-packages

This will commit the changelog to the package you changed and will push it to all the packages you change.


🔒 Now is just git commit changes and push, and the CI will do the rest

git add .
git commit -m "what my changes do"
git push

⚙️ How to install a new lib in some package

Go to the package folder and install the library normally