Skip to content

Commit 7ff19fe

Browse files
authored
chore: skip npmjs.com in linkchecking while it returns 403 to non-browsers (#5948)
1 parent a382f06 commit 7ff19fe

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
@@ -20,7 +20,7 @@
2020
"predocs-test": "npm run docs",
2121
"docs": "typedoc --readme none && touch docs/.nojekyll",
2222
"docs-deploy": "gh-pages --dotfiles --dist docs",
23-
"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",
23+
"docs:test": "linkinator docs --silent --retry && linkinator doc/*.md --skip http://localhost:3000 --skip http://localhost:9464 --skip https://github.com/ --skip https://www.npmjs.com/ --silent --retry --directory-listing",
2424
"lint": "lerna run lint && npm run lint:markdown && npm run lint:semconv-deps",
2525
"lint:changed": "lerna run --concurrency 1 --stream lint --since HEAD --exclude-dependents",
2626
"lint:fix": "lerna run lint:fix && npm run lint:markdown:fix",

0 commit comments

Comments
 (0)