Thanks for contributing to WcSdk :)
This is a monorepository for WcSdk Core and WcSdk React/Svelte managed with rush.
- Install Rush globally:
npm install @microsoft/rush -g
- Run the setup script (equal to
npm i
on each of the packages)rush update
rush rebuild
Build the project and run:
rush change
- Build the project
- Increase the version of each package
- Commit
- Go to each of the packages and run:
npm publish
- remove the common/config/npm-shrinkwrap.json file
- run:
rush update