From 8b0b50ff6c192895f07ccb9e459721a4e16e3522 Mon Sep 17 00:00:00 2001 From: Alex Williams Date: Fri, 21 Jun 2024 09:32:20 +0100 Subject: [PATCH] Autodeploy fixes (#18) * Fixes for autodeploy * Adding npm start command to build dist from coriolis-data --- .github/workflows/autodeploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/autodeploy.yml b/.github/workflows/autodeploy.yml index 5c92953f..4e7531fa 100644 --- a/.github/workflows/autodeploy.yml +++ b/.github/workflows/autodeploy.yml @@ -29,6 +29,7 @@ jobs: source ~/.nvm/nvm.sh echo "Building coriolis-data dist for branch ${BRANCH_NAME}" >> "$GITHUB_OUTPUT" npm install + npm start cd ../coriolis echo "Building coriolis for branch ${BRANCH_NAME}" >> "$GITHUB_OUTPUT" npm install