@soltech/fluid-common
v0.9.3
Published
Fluid frontend, API and AI common interfaces & enums
Downloads
691
Keywords
Readme
fluid-common
Fluid frontend and API commons
Contribution
- Make a change
- Bump the package version according to change severity
- Commit
- run
npm run pub
- it'll build the package, publish it to npm and push changes to github
But during the time of development, another version could have been deployed, without your change only available in your Pull Request.
And you need to keep your branch updated with the main
one.
In that case, follow these steps:
- make sure your commons is up to date with main
- create a branch out of main and make your changes or update the branch of the PR
- bump the package version according to severity - that’s a bit tricky as that version may already be taken by a parallel work, so it’s worth checking other active branches or the npm itself
- commit and push the branch
- run
npm run pub
to publish the package - refer to the package in your branch in another repo