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

commit 84d9574726ab3b79985b94ab0ddb5a95afd4131c
Author: Zoran Regvart <zo...@regvart.com>
AuthorDate: Wed Dec 15 13:03:53 2021 +0100

    chore: reinstate redirect checks
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index bf4a8a8..3492ee0 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,7 @@
     "check:html": "html-validate public",
     "check:links": "deadlinks-linux public",
     "check:redirects": "tests/redirect.sh -s",
-    "checks": "run-s check:links check:html",
+    "checks": "run-s check:links check:html check:redirects",
     "clean": "gulp clean",
     "check:dependencies": "run-p check:cache check:dedupe",
     "check:cache": "yarn workspaces foreach install --immutable 
--immutable-cache --check-cache",

Reply via email to