Skip to content

Commit

Permalink
CI: increase nodejs memory for doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexZhenWang committed Feb 23, 2022
1 parent dcbfba1 commit 19c7e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
"docs:build": "node --max_old_space_size=4096 ./node_modules/vuepress/bin/vuepress.js build docs"
},
"dependencies": {
"vuepress-theme-hope": "^1.21.0"
Expand Down

0 comments on commit 19c7e21

Please sign in to comment.