-
Install Node
- See
.nvmrc
file for specific version.
- See
-
Install dependencies
yarn install
Run the test suite using:
yarn test
Update package.json
file in another project as follows:
// ...
"dependencies": {
"flare-mobile-core": "git+ssh://git@github.com:flarehealth/flare-mobile-core.git#vX.Y.Z",
}
// ...
See here for information on how to release a new version of the package.