We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeec126 commit db0616fCopy full SHA for db0616f
package.json
@@ -19,7 +19,7 @@
19
"predocs-test": "npm run docs",
20
"docs": "typedoc --readme none && touch docs/.nojekyll",
21
"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",
+ "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
"lint": "lerna run lint && npm run lint:markdown && npm run lint:semconv-deps",
24
"lint:changed": "lerna run --concurrency 1 --stream lint --since HEAD --exclude-dependents",
25
"lint:fix": "lerna run lint:fix && npm run lint:markdown:fix",
0 commit comments