Skip to content

Commit

Permalink
chore: skip david-dm.org url from docs-test (open-telemetry#660)
Browse files Browse the repository at this point in the history
* chore: skip david-dm.org url from docs-test

* chore: revert versiont

* minor
  • Loading branch information
mayurkale22 committed Jan 13, 2020
1 parent ebe0b1d commit 3496744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/opentelemetry-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"version:update": "node ../../scripts/version-update.js",
"compile": "npm run version:update && tsc -p .",
"fix": "gts fix",
"docs-test": "linkinator docs/out",
"docs-test": "linkinator docs/out --skip david-dm.org",
"docs": "typedoc --tsconfig tsconfig.json",
"prepare": "npm run compile"
},
Expand Down

0 comments on commit 3496744

Please sign in to comment.