Skip to content

Commit 5c1145f

Browse files
authored
[ZEPPELIN-6116] Switch from npm install --no-lockfile to npm ci
### What is this PR for? tiny fix to make code cleaner ### What type of PR is it? Refactoring ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-6116 Closes #4855 from Charlie91/delete-useless-npm-flag. Signed-off-by: Cheng Pan <[email protected]>
1 parent ca4cc5a commit 5c1145f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

zeppelin-web-angular/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
</goals>
8181
<configuration>
8282
<skip>${web.e2e.enabled}</skip>
83-
<arguments>install --no-lockfile</arguments>
83+
<arguments>ci</arguments>
8484
</configuration>
8585
</execution>
8686

zeppelin-web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
</goals>
120120
<configuration>
121121
<skip>${web.e2e.enabled}</skip>
122-
<arguments>install --no-lockfile</arguments>
122+
<arguments>ci</arguments>
123123
</configuration>
124124
</execution>
125125

0 commit comments

Comments
 (0)