Skip to content

Commit db0616f

Browse files
authored
chore: temporarily disable github link checking (#5656)
1 parent eeec126 commit db0616f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"predocs-test": "npm run docs",
2020
"docs": "typedoc --readme none && touch docs/.nojekyll",
2121
"docs-deploy": "gh-pages --dotfiles --dist docs",
22-
"docs:test": "linkinator docs --silent --retry && linkinator doc/*.md --skip http://localhost:3000 --skip http://localhost:9464 --silent --retry --directory-listing",
22+
"docs:test": "linkinator docs --silent --retry && linkinator doc/*.md --skip http://localhost:3000 --skip http://localhost:9464 --skip https://github.com/ --silent --retry --directory-listing",
2323
"lint": "lerna run lint && npm run lint:markdown && npm run lint:semconv-deps",
2424
"lint:changed": "lerna run --concurrency 1 --stream lint --since HEAD --exclude-dependents",
2525
"lint:fix": "lerna run lint:fix && npm run lint:markdown:fix",

0 commit comments

Comments
 (0)