zregvart commented on a change in pull request #721:
URL: https://github.com/apache/camel-website/pull/721#discussion_r769348006
##########
File path: package.json
##########
@@ -50,7 +57,7 @@
"toml": "~3.0"
},
"workspaces": [
- "antora-ui-camel"
- ],
- "packageManager": "[email protected]"
Review comment:
Accidentally removed?
##########
File path: package.json
##########
@@ -24,17 +24,24 @@
"preview": "run-s preview:antora preview:hugo",
"preview:antora": "antora --clean --fetch antora-playbook.yml",
"preview:hugo": "hugo server -D",
- "preview:netlify": "netlify deploy --dir public"
+ "preview:netlify": "netlify deploy --dir public",
+ "build-full": "antora local-antora-playbook-full.yml --stacktrace",
+ "build-partial": "antora local-antora-playbook-partial.yml --stacktrace"
Review comment:
(nit) This only builds Antora bits, so I'd call them something like
`build:antora-full/partial`, adding in `local` into the mix would be beneficial
but that would also make it quite long.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]