You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/12/15 08:00:58 UTC

[GitHub] [camel-website] zregvart commented on a change in pull request #721: See #720: POC Main local builds

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": "yarn@3.1.0"

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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org