Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
chore: do not generate aegir docs on release
Browse files Browse the repository at this point in the history
These are not used and get put into the `docs` directory which is no longer ignored so we end up with a dirty repo on release.

refs #2502 (comment)

License: MIT
Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
  • Loading branch information
Alan Shaw committed Oct 24, 2019
1 parent 2f17ce9 commit e80d768
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
"benchmark:node:core": "echo \"Error: no benchmarks yet\" && exit 1",
"benchmark:node:http": "echo \"Error: no benchmarks yet\" && exit 1",
"benchmark:browser": "echo \"Error: no benchmarks yet\" && exit 1",
"release": "aegir release -t node -t browser",
"release-minor": "aegir release --type minor -t node -t browser",
"release-major": "aegir release --type major -t node -t browser"
"release": "aegir release -t node -t browser --no-docs",
"release-minor": "aegir release --type minor -t node -t browser --no-docs",
"release-major": "aegir release --type major -t node -t browser --no-docs"
},
"dependencies": {
"@hapi/ammo": "^4.0.0",
Expand Down

0 comments on commit e80d768

Please sign in to comment.