This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch try_to_fix_site
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/try_to_fix_site by this push:
new f71473e try to fix site
f71473e is described below
commit f71473e925909a223c0306401efbc9a7d8041fb1
Author: HTHou <[email protected]>
AuthorDate: Wed Oct 14 15:46:05 2020 +0800
try to fix site
---
site/src/main/package.json | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/site/src/main/package.json b/site/src/main/package.json
index bd7e75b..1571348 100644
--- a/site/src/main/package.json
+++ b/site/src/main/package.json
@@ -4,7 +4,6 @@
"description": "Apache IoTDB Website",
"main": "index.js",
"scripts": {
- "fix-memory-limit": "cross-env LIMIT=8000 increase-memory-limit"
"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"
@@ -39,8 +38,6 @@
"vfile-reporter": "^6.0.1",
"vue-tabs-component": "^1.5.0",
"vuepress": "^1.5.0",
- "vuepress-plugin-tabs": "^0.3.0",
- "increase-memory-limit": "^1.0.7",
- "cross-env": "^5.0.5"
+ "vuepress-plugin-tabs": "^0.3.0"
}
}