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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]