From a9907f61473db6140cd2f7e654f109e7273a5c04 Mon Sep 17 00:00:00 2001 From: legendecas Date: Wed, 29 Dec 2021 23:36:12 +0800 Subject: [PATCH] chore: retry link checks on code 429 with 'retry-after' header --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c8bca1ae731..693ccde5d66 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "predocs-test": "npm run docs", "docs": "typedoc && touch docs/.nojekyll", "docs-deploy": "gh-pages --dotfiles --dist docs", - "docs:test": "linkinator docs --silent && linkinator doc/*.md --silent", + "docs:test": "linkinator docs --silent --retry && linkinator doc/*.md --silent --retry", "lint": "lerna run lint", "lint:changed": "lerna run --concurrency 1 --stream lint --since HEAD --exclude-dependents", "lint:fix": "lerna run lint:fix",