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

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


The following commit(s) were added to refs/heads/master by this push:
     new b43feb8  Made required changed in package.json to be able to preview 
the website
b43feb8 is described below

commit b43feb877f8b0915b2bb24cd6352be456aff68c3
Author: Prerna <[email protected]>
AuthorDate: Mon Mar 23 15:58:07 2020 +0530

    Made required changed in package.json to be able to preview the website
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index fba9efd..dd8f756 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
     "build:minify": "gulp minify",
     "build": "run-s build:*",
     "preview": "run-s preview:*",
-    "preview:antora": "antora --require ./menu.js antora-playbook.yml",
+    "preview:antora": "antora --clean --fetch antora-playbook.yml",
     "preview:hugo": "hugo server -D",
     "check:xref": "antora --generator @antora/xref-validator 
antora-playbook.yml",
     "check:links": "link-checker --disable-external --mkdocs --allow-hash-href 
public",

Reply via email to