Skip to content
Vitaliy edited this page Feb 2, 2023 · 3 revisions

Development

Login

Need to be a member of Poolz Team (@poolzfinance)

pnpm login

Test & Build

After changing the code, it needs to be tested

pnpm build

  • The pack file poolzfinance-reacthelper-<version>-*.tgz will be created

For testing, install pack to the test app

yarn add <path_to_pack>

Publish package

First you need to git commit, then set new version (one of patch, minor, major)

pnpm version minor

pnpm publish --access public

And finally save all changes to repository

git push

Clone this wiki locally