File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments