fix website license; add more memory because of vuepress 1.x bug

This commit is contained in:
xiangdong huang 2020-04-14 11:03:57 +08:00 committed by Xiangdong Huang
parent c714e49186
commit 6e281ef1fc
2 changed files with 5 additions and 5 deletions

View File

@ -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 -->

View File

@ -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"
},