Skip to content

Commit

Permalink
docs: fix doc publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Aug 1, 2023
1 parent 28b6e7d commit 69d0b1d
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 @@ -34,7 +34,7 @@
"npm:release": "aegir exec --bail false npm -- publish",
"release:rc": "aegir release-rc",
"docs": "NODE_OPTIONS=--max_old_space_size=8192 aegir docs -- --exclude interop --exclude examples --exclude doc",
"docs:no-publish": "npm run docs -- --publish false"
"docs:no-publish": "aegir docs --publish false"
},
"devDependencies": {
"aegir": "^40.0.1"
Expand Down

0 comments on commit 69d0b1d

Please sign in to comment.