Skip to content

Commit

Permalink
install common deps before client build
Browse files Browse the repository at this point in the history
  • Loading branch information
Tschonti committed Sep 22, 2024
1 parent 3bffff9 commit 39125e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ jobs:
with:
submodules: false
lfs: false
- name: 'Resolve common Dependencies Using Npm'
shell: bash
run: |
cd packages/common
npm ci
- name: Build And Deploy
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
Expand Down

0 comments on commit 39125e2

Please sign in to comment.