Skip to content

Commit

Permalink
build: use linkinator for docs test (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Feb 14, 2019
1 parent 80413c7 commit c70b8da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-compute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"system-test": "mocha system-test/*.js --timeout 600000",
"test": "nyc mocha",
"fix": "eslint --fix '**/*.js'",
"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 @@ -66,6 +66,6 @@
"prettier": "^1.13.5",
"proxyquire": "^2.0.1",
"uuid": "^3.2.1",
"broken-link-checker-local": "^0.2.0"
"linkinator": "^1.1.2"
}
}

0 comments on commit c70b8da

Please sign in to comment.