Skip to content

Commit

Permalink
Merge pull request #50 from CMU-313/frontend-deployment
Browse files Browse the repository at this point in the history
Adding npm install in Azure deployment
  • Loading branch information
etong11 authored Oct 22, 2024
2 parents 664f452 + 539d8b6 commit 2d42ac6
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 @@ -36,6 +36,10 @@ jobs:
run: |
git clone https://github.com/CMU-313/nodebb-frontend-f24-team-software-stars.git
- name: Install NodeBB dependencies
run: |
npm install
- name: Install frontend repo as a dependency
run: |
npm install ./nodebb-frontend-f24-team-software-stars
Expand Down

0 comments on commit 2d42ac6

Please sign in to comment.