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 803fde699 fix: pom build error (#2846)
803fde699 is described below
commit 803fde69996b46760f1c6aa85e38bb66e667fcca
Author: Kriszu <[email protected]>
AuthorDate: Mon Jul 10 22:51:23 2023 +0800
fix: pom build error (#2846)
---
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 856ce894d..38af2f101 100644
--- a/streampark-console/streampark-console-service/pom.xml
+++ b/streampark-console/streampark-console-service/pom.xml
@@ -626,7 +626,7 @@
<execution>
<id>build</id>
<goals>
- <goal>pnpm</goal>
+ <goal>npm</goal>
</goals>
<configuration>
<arguments>run build:no-cache</arguments>