You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by ji...@apache.org on 2019/05/09 22:42:24 UTC

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

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b32c9ab  Run npm ci instead of npm install (#7613)
b32c9ab is described below

commit b32c9abdb93693c15780284808a3817f272295ae
Author: Jihoon Son <ji...@apache.org>
AuthorDate: Thu May 9 15:42:16 2019 -0700

    Run npm ci instead of npm install (#7613)
---
 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