The api shared between the model-runner, the web front end, and the model connectors.
To publish the @covid-modeling/api
package:
- Update the version of the api package in its
package.json
file. - Push this to origin, make sure it passes CI and makes its way to master.
- Run the
script/publish-release
with the name of the new release in the formapi/vA.B.C
. This creates the tag and pushes it to theorigin
remote.