This is an automated email from the ASF dual-hosted git repository. hxd pushed a commit to branch vue_site in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git
commit 83a85ee2db0cb18aa12b95f21b95c13ceec20081 Author: xiangdong huang <[email protected]> AuthorDate: Tue Apr 14 11:03:57 2020 +0800 fix website license; add more memory because of vuepress 1.x bug --- pom.xml | 2 +- site/src/main/package.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index bec74f1..ecbd5f3 100644 --- a/pom.xml +++ b/pom.xml @@ -550,7 +550,7 @@ <exclude>**/*.cvs</exclude> <!-- licenses --> <exclude>licenses/*</exclude> - <!-- only for Travis CI with WinOS--> + <!-- only for Travis CI with WinOS--> <exclude>hadoopbin</exclude> <exclude>windowssystem32</exclude> <!-- generated by Github --> diff --git a/site/src/main/package.json b/site/src/main/package.json index 0e3aa21..98979c6 100644 --- a/site/src/main/package.json +++ b/site/src/main/package.json @@ -4,9 +4,9 @@ "description": "Apache IoTDB (incubating) Website", "main": "index.js", "scripts": { - "dev": "node --max_old_space_size=4096 ./node_modules/vuepress/cli.js dev src", - "build": "node --max_old_space_size=4096 ./node_modules/vuepress/cli.js build src", - "deploy": "node --max_old_space_size=4096 deploy.js" + "dev": "node --max_old_space_size=8000 ./node_modules/vuepress/cli.js dev src", + "build": "node --max_old_space_size=8000 ./node_modules/vuepress/cli.js build src", + "deploy": "node --max_old_space_size=8000 deploy.js" }, "repository": { "type": "git", @@ -21,7 +21,7 @@ "Time Series Database" ], "author": "Apache IoTDB (incubating)", - "license": "Apache License 2.0", + "license": "Apache-2.0", "bugs": { "url": "https://github.com/apache/incubator-iotdb" },
