From 746cde47affbcdbd9ca6adca40f22345a888e9e4 Mon Sep 17 00:00:00 2001 From: Denis Fadeev Date: Tue, 1 Oct 2024 18:30:27 +0300 Subject: [PATCH] Ignore broken links in the toolkit docs (#482) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 61768e4e..b33952e3 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "lint:fix": "npx eslint --ext .js,.jsx,.ts,.tsx --fix ./src", "lint": "npx eslint --ext .js,.jsx,.ts,.tsx ./src", "start": "next start", - "check-links": "EXPORT=true yarn build && npx linkinator ./out --recurse --verbosity error --skip '^https' --skip '/developers/architecture/protocol'", + "check-links": "EXPORT=true yarn build && npx linkinator ./out --recurse --verbosity error --skip '^https' --skip '/developers/architecture/protocol' --skip '/developers/frontend/toolkit'", "clean": "rimraf .next out", "tsc:watch": "tsc --watch", "typecheck": "tsc --project ./tsconfig.json --noEmit", @@ -134,4 +134,4 @@ } }, "packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72" -} +} \ No newline at end of file