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