Skip to content

Commit

Permalink
build: use linkinator for docs test (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Feb 14, 2019
1 parent c308562 commit b2af9a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-dialogflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"system-test": "mocha system-test/ --timeout 600000",
"all-test": "npm test && npm run system-test && npm run samples-test",
"fix": "eslint '**/*.js' --fix",
"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 All @@ -62,6 +62,6 @@
"power-assert": "^1.4.4",
"prettier": "^1.7.4",
"through2": "^3.0.0",
"broken-link-checker-local": "^0.2.0"
"linkinator": "^1.1.2"
}
}

0 comments on commit b2af9a9

Please sign in to comment.