Skip to content

Commit

Permalink
Added npm install before setup
Browse files Browse the repository at this point in the history
  • Loading branch information
etong11 committed Oct 22, 2024
1 parent a15b890 commit 320794b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/azure-deploy-f24.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
- name: Install frontend repo as a dependency
run: |
npm install ./nodebb-frontend-f24-team-software-stars
- name: Install NodeBB dependencies
run: |
npm install
- name: Set up NodeBB
run: |
Expand Down

0 comments on commit 320794b

Please sign in to comment.