Skip to content

RobsonFeitosa/DesignSystem

Repository files navigation

Commit

How to commit for production2

  • Create changeset mode
  npm run changeset
  • Create version packages
  npm run version-packages
  • And last commit changes for repo
  git add . && git commit -m "..." && git push