Skip to content

Commit

Permalink
Switching order of npm install to occur before installing frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
etong11 committed Oct 22, 2024
1 parent 320794b commit 539d8b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/azure-deploy-f24.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:
run: |
git clone https://github.com/CMU-313/nodebb-frontend-f24-team-software-stars.git
- name: Install frontend repo as a dependency
run: |
npm install ./nodebb-frontend-f24-team-software-stars
- name: Install NodeBB dependencies
run: |
npm install
- name: Install frontend repo as a dependency
run: |
npm install ./nodebb-frontend-f24-team-software-stars
- name: Set up NodeBB
run: |
Expand Down

0 comments on commit 539d8b6

Please sign in to comment.