Skip to content

Commit

Permalink
chore: update docs command (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain authored Sep 14, 2023
1 parent 65f9d9b commit 705ef3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@
"test:electron-main": "aegir test -t electron-main",
"release": "aegir release",
"generate": "protons src/pb/ipns.proto",
"docs": "aegir docs"
"docs": "NODE_OPTIONS=--max_old_space_size=8192 aegir docs",
"docs:no-publish": "NODE_OPTIONS=--max_old_space_size=8192 aegir docs --publish false"
},
"dependencies": {
"@libp2p/crypto": "^2.0.3",
Expand Down

0 comments on commit 705ef3e

Please sign in to comment.