This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new 92f36200c [INLONG-6865][Dashboard] Support npm ci command for stable
package-lock (#6866)
92f36200c is described below
commit 92f36200cb1d48b6d2e424ec23a81f6ba029895a
Author: Charles Zhang <[email protected]>
AuthorDate: Tue Dec 13 19:29:09 2022 +0800
[INLONG-6865][Dashboard] Support npm ci command for stable package-lock
(#6866)
---
inlong-dashboard/pom.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/inlong-dashboard/pom.xml b/inlong-dashboard/pom.xml
index 66363ecc3..1bc865053 100644
--- a/inlong-dashboard/pom.xml
+++ b/inlong-dashboard/pom.xml
@@ -49,10 +49,13 @@
</goals>
</execution>
<execution>
- <id>npm-install</id>
+ <id>npm ci</id>
<goals>
<goal>npm</goal>
</goals>
+ <configuration>
+ <arguments>ci</arguments>
+ </configuration>
</execution>
<execution>
<id>npm run build</id>