From 5de27d90acb2978ff5ea6bba3bdd79f8004ce911 Mon Sep 17 00:00:00 2001 From: Cameron Maloney Date: Thu, 6 Jun 2024 01:55:31 -0700 Subject: [PATCH] Update main_safehaven2.yml --- .github/workflows/main_safehaven2.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main_safehaven2.yml b/.github/workflows/main_safehaven2.yml index 638a324..e1bee1d 100644 --- a/.github/workflows/main_safehaven2.yml +++ b/.github/workflows/main_safehaven2.yml @@ -23,11 +23,9 @@ jobs: - name: npm install, build, and test run: | - npm install + npm ci cd packages/express-backend - npm install - npm run build --if-present - npm run test --if-present + npm ci cd ../../ - name: Upload artifact for deployment job