You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2022/04/14 08:54:21 UTC

[camel-website] branch main updated: Fix the name of the playbook in the preview command

This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 0d600caa Fix the name of the playbook in the preview command
0d600caa is described below

commit 0d600caa4b3399558d0f695bc96e3af2473454ca
Author: Nicolas Filotto <nf...@talend.com>
AuthorDate: Wed Apr 13 18:24:34 2022 +0200

    Fix the name of the playbook in the preview command
---
 package.json | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/package.json b/package.json
index e2229ee7..8c41d66b 100644
--- a/package.json
+++ b/package.json
@@ -23,8 +23,7 @@
     "update:dependencies": "run-s -l update:dedupe update:cache",
     "update:cache": "yarn workspaces foreach install --check-cache",
     "update:dedupe": "yarn workspaces foreach dedupe",
-    "preview": "run-s -l preview:antora preview:hugo",
-    "preview:antora": "antora --clean --fetch antora-playbook.yml",
+    "preview": "run-s -l build:antora preview:hugo",
     "preview:hugo": "hugo server -D",
     "preview:netlify": "netlify deploy --dir public",
     "build:antora-local-full": "antora local-antora-playbook-full.yml --stacktrace --clean --fetch",