Skip to content

Commit

Permalink
npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
Mandar-Beehyv committed Jan 8, 2025
1 parent 31d106f commit d48ee3c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/NMSReportingSuite-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ jobs:
# Step 5: Build FrontEnd files
- name: Install Frontend Dependencies and Build with Grunt
run: |
cd app
grunt package
cd app
npm install
grunt package
# Step 5: Download Action Button
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit d48ee3c

Please sign in to comment.