Skip to content

Commit

Permalink
Update main_safehaven2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaloney111 authored Jun 6, 2024
1 parent 1b8d407 commit b6ed0f1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main_safehaven2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6ed0f1

Please sign in to comment.