From b6ed0f1ffbabe04c210cab1d5cc3fd7b76ce6833 Mon Sep 17 00:00:00 2001 From: Cameron Maloney Date: Thu, 6 Jun 2024 01:51:53 -0700 Subject: [PATCH] Update main_safehaven2.yml --- .github/workflows/main_safehaven2.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main_safehaven2.yml b/.github/workflows/main_safehaven2.yml index 5447fda..638a324 100644 --- a/.github/workflows/main_safehaven2.yml +++ b/.github/workflows/main_safehaven2.yml @@ -23,9 +23,12 @@ jobs: - name: npm install, build, and test run: | - npm install --workspaces=false + npm install + cd packages/express-backend + npm install npm run build --if-present npm run test --if-present + cd ../../ - name: Upload artifact for deployment job uses: actions/upload-artifact@v3