Skip to content

Commit ce395e6

Browse files
build: use linkinator for docs test (#428)
1 parent a3cc33b commit ce395e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/packages/google-gax/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"stream-events": "^1.0.4",
6060
"through2": "^3.0.0",
6161
"typescript": "~3.3.0",
62-
"broken-link-checker-local": "^0.2.0"
62+
"linkinator": "^1.1.2"
6363
},
6464
"scripts": {
6565
"codecov": "nyc mocha build/test --reporter spec --slow 500 && codecov",
@@ -75,7 +75,7 @@
7575
"posttest": "npm run lint",
7676
"system-test": "nyc mocha build/system-test --timeout 120000",
7777
"samples-test": "echo no sample tests 😱",
78-
"docs-test": "blcl docs -r --exclude www.googleapis.com",
78+
"docs-test": "linkinator docs -r --skip www.googleapis.com",
7979
"predocs-test": "npm run docs"
8080
},
8181
"repository": "googleapis/gax-nodejs",

0 commit comments

Comments
 (0)