This is an automated email from the ASF dual-hosted git repository. sunzesong pushed a commit to branch website_error in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit ba038e589a92b44ba1ec6be77a16f93c845e38d5 Author: samperson1997 <[email protected]> AuthorDate: Sat Oct 10 09:59:56 2020 +0800 Try fixing website build error --- site/src/main/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/src/main/package.json b/site/src/main/package.json index 9d00a05..6aa4b6b 100644 --- a/site/src/main/package.json +++ b/site/src/main/package.json @@ -4,9 +4,9 @@ "description": "Apache IoTDB Website", "main": "index.js", "scripts": { - "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" + "dev": "node --max_old_space_size=10000 ./node_modules/vuepress/cli.js dev src", + "build": "node --max_old_space_size=10000 ./node_modules/vuepress/cli.js build src", + "deploy": "node --max_old_space_size=10000 deploy.js" }, "repository": { "type": "git",
