diff --git a/.github/workflows/azure-deploy-f24.yml b/.github/workflows/azure-deploy-f24.yml index 0296539a22..3909e076e0 100644 --- a/.github/workflows/azure-deploy-f24.yml +++ b/.github/workflows/azure-deploy-f24.yml @@ -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