Skip to content

Commit

Permalink
chore: try increase memory limit for docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Sep 4, 2024
1 parent 7c273ec commit 04936f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": true,
"scripts": {
"docs:dev": "nuxi dev",
"docs:build": "nuxi build",
"docs:generate": "nuxi generate",
"docs:build": "NODE_OPTIONS=--max_old_space_size=8192 nuxi build",
"docs:generate": "NODE_OPTIONS=--max_old_space_size=8192 nuxi generate",
"docs:preview": "nuxi preview"
}
}

0 comments on commit 04936f8

Please sign in to comment.