Skip to content

Commit

Permalink
build: use linkinator for docs test (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Feb 14, 2019
1 parent 70e48c7 commit c762498
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"clean": "gts clean",
"compile": "tsc -p .",
"pretest": "npm run prepare && npm run compile",
"docs-test": "blcl docs -r --exclude www.googleapis.com",
"docs-test": "linkinator docs -r --skip www.googleapis.com",
"predocs-test": "npm run docs"
},
"dependencies": {
Expand Down Expand Up @@ -68,6 +68,6 @@
"sinon": "^7.0.0",
"source-map-support": "^0.5.9",
"typescript": "~3.3.0",
"broken-link-checker-local": "^0.2.0"
"linkinator": "^1.1.2"
}
}

0 comments on commit c762498

Please sign in to comment.