You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampark.apache.org by be...@apache.org on 2022/11/16 06:05:12 UTC

[incubator-streampark] branch dev updated: [improve] npm install ignore-scripts improvement (#2024)

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

benjobs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git


The following commit(s) were added to refs/heads/dev by this push:
     new 9c09a9f1b [improve] npm install ignore-scripts  improvement (#2024)
9c09a9f1b is described below

commit 9c09a9f1bf4bf806800299c69a51a55152a088aa
Author: benjobs <be...@apache.org>
AuthorDate: Wed Nov 16 14:05:06 2022 +0800

    [improve] npm install ignore-scripts  improvement (#2024)
---
 streampark-console/streampark-console-service/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/streampark-console/streampark-console-service/pom.xml b/streampark-console/streampark-console-service/pom.xml
index bd2e042c3..312da0450 100644
--- a/streampark-console/streampark-console-service/pom.xml
+++ b/streampark-console/streampark-console-service/pom.xml
@@ -434,7 +434,7 @@
                                 </goals>
                                 <phase>generate-resources</phase>
                                 <configuration>
-                                    <arguments>install --ingore-scripts</arguments>
+                                    <arguments>install --ignore-scripts</arguments>
                                 </configuration>
                             </execution>
                             <execution>