You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2023/03/10 01:48:12 UTC

[iotdb] branch fix_npm created (now 13e1295cee)

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

haonan pushed a change to branch fix_npm
in repository https://gitbox.apache.org/repos/asf/iotdb.git


      at 13e1295cee Fix website compile error

This branch includes the following new commits:

     new 13e1295cee Fix website compile error

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[iotdb] 01/01: Fix website compile error

Posted by ha...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch fix_npm
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 13e1295cee70861ee7ccdb7948438254cebca967
Author: HTHou <hh...@outlook.com>
AuthorDate: Fri Mar 10 09:47:56 2023 +0800

    Fix website compile error
---
 site/pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/site/pom.xml b/site/pom.xml
index fc71376179..e3c51b3848 100644
--- a/site/pom.xml
+++ b/site/pom.xml
@@ -347,6 +347,18 @@
                                 </configuration>
                             </execution>
                             <!-- Install all project dependencies -->
+                            <!-- Install pnpm -->
+                            <execution>
+                                <id>npm install pnpm</id>
+                                <goals>
+                                    <goal>npm</goal>
+                                </goals>
+                                <phase>compile</phase>
+                                <!-- Optional configuration which provides for running any npm command -->
+                                <configuration>
+                                    <arguments>install -g pnpm</arguments>
+                                </configuration>
+                            </execution>
                             <execution>
                                 <id>npm install</id>
                                 <goals>