Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 541 Bytes

CONTRIBUTION.md

File metadata and controls

29 lines (19 loc) · 541 Bytes

Contribution

After you clone the repo and install the dependencies, you should prepare the build setup by running the following command only for the first time:

npm run init-build

This will build and link each package.

This will build and link all the packages.


Use the following command to build each package separately

npm run build-core
npm run build-button
npm run build-buttons

Use the following command to build all packages

npm run build-all

Test your changes then submit your PR