Skip to content

Commit 314bcc5

Browse files
committed
npm install
1 parent 41b1943 commit 314bcc5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/NMSReportingSuite-deployment.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ jobs:
3535
# Step 5: Build FrontEnd files
3636
- name: Install Frontend Dependencies and Build with Grunt
3737
run: |
38-
cd app
39-
grunt package
38+
cd app
39+
npm install
40+
grunt package
4041
4142
# Step 5: Download Action Button
4243
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)