Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit 3063973

Browse files
build: use linkinator for docs test (#636)
1 parent 8e7d5e7 commit 3063973

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757
"require-inject": "^1.4.3",
5858
"source-map-support": "^0.5.6",
5959
"typescript": "~3.3.0",
60-
"uuid": "^3.3.2"
60+
"uuid": "^3.3.2",
61+
"linkinator": "^1.1.2"
6162
},
6263
"dependencies": {
6364
"@google-cloud/common": "^0.31.0",
@@ -96,7 +97,7 @@
9697
"lint": "npm run check",
9798
"docs": "compodoc src/",
9899
"samples-test": "mocha samples/system-test",
99-
"docs-test": "blcl docs -r --exclude www.googleapis.com",
100+
"docs-test": "linkinator docs -r --skip www.googleapis.com",
100101
"predocs-test": "npm run docs"
101102
},
102103
"files": [

0 commit comments

Comments
 (0)