Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Latest commit

 

History

History

api

api Package

The api shared between the model-runner, the web front end, and the model connectors.

Publishing

To publish the @covid-modeling/api package:

  1. Update the version of the api package in its package.json file.
  2. Push this to origin, make sure it passes CI and makes its way to master.
  3. Run the script/publish-release with the name of the new release in the form api/vA.B.C. This creates the tag and pushes it to the origin remote.