Fixed autodeploy to do latest coriolis-data dist. Fixed sendToEDOMH function to only send the blueprint at the selected grade, not each grade up to that grade.

This commit is contained in:
Alex Williams
2024-06-02 11:02:52 +01:00
parent 2a6ae0f2ff
commit d1217439bd
2 changed files with 5 additions and 3 deletions

View File

@@ -22,6 +22,7 @@ jobs:
git clone https://github.com/alex-williams/coriolis-data.git --single-branch --branch alpha
cd coriolis-data
npm install
npm start
cd ../coriolis
npm install
npm run build