Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 574 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (14 loc) · 574 Bytes

Publishing Package

Since it is inside a monorepo, lerna will manage it, And you just need to go to the root level pricing-api and run the publishing command.

Updating the Docs Portal

To regenerate the docs and update our portal, do:

npm run gen-docs

Now browse to our docs repo and do:

cd docs/pricing
rm -rf pricing-library
cp -r <your-pricing-repo>/docs pricing-library

Now you can commit and push the changes to the docs repo.