Skip to content

Commit 3b79635

Browse files
committed
grunt cli
1 parent 5427283 commit 3b79635

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/NMSReportingSuite-deployment.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@ jobs:
2323
- name: Build with Maven
2424
run: mvn clean install -f NMSReportingSuite/pom.xml
2525

26-
# Step 4: Build FrontEnd JS files
26+
# Step 4: Install Grunt CLI
27+
- name: Install Grunt CLI
28+
run: |
29+
npm install -g grunt-cli
30+
31+
# Step 5: Build FrontEnd files
2732
- name: Install Frontend Dependencies and Build with Grunt
2833
run: |
2934
cd app

0 commit comments

Comments
 (0)