You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by cw...@apache.org on 2019/06/02 00:31:06 UTC

[incubator-druid] branch 0.15.0-incubating updated: Run npm ci instead of npm install (#7613) (#7815)

This is an automated email from the ASF dual-hosted git repository.

cwylie pushed a commit to branch 0.15.0-incubating
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/0.15.0-incubating by this push:
     new 756c0b5  Run npm ci instead of npm install (#7613) (#7815)
756c0b5 is described below

commit 756c0b582817c210ac682cfd0016fe608402387a
Author: Jihoon Son <ji...@apache.org>
AuthorDate: Sat Jun 1 17:30:56 2019 -0700

    Run npm ci instead of npm install (#7613) (#7815)
---
 web-console/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web-console/pom.xml b/web-console/pom.xml
index 835564c..7f7a0ad 100644
--- a/web-console/pom.xml
+++ b/web-console/pom.xml
@@ -59,7 +59,7 @@
               <goal>npm</goal>
             </goals>
             <configuration>
-              <arguments>install</arguments>
+              <arguments>ci</arguments>
               <installDirectory>${project.build.directory}</installDirectory>
             </configuration>
           </execution>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org