Skip to content

Commit e5f4384

Browse files
committed
Take 3
1 parent e5d4930 commit e5f4384

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
uses: actions/setup-node@v1
2121
with:
2222
node-version: ${{ matrix.node-version }}
23-
- run: export NODE_OPTIONS="--max_old_space_size=2084"
2423
- run: npm install
2524
- run: npm run docs:build
2625
env:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"docs:dev-md": "vuepress check-md docs && vuepress dev docs",
88
"docs:dev": "vuepress dev docs",
99
"docs:build-md": "vuepress check-md docs && NODE_ENV=production vuepress build docs",
10-
"docs:build": "NODE_ENV=production vuepress build docs"
10+
"docs:build": "NODE_ENV=production NODE_OPTIONS=--max-old-space-size=4096 vuepress build docs"
1111
},
1212
"repository": {
1313
"type": "git",

0 commit comments

Comments
 (0)