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