Skip to content

Commit e295529

Browse files
build: use linkinator for docs test (#178)
1 parent 24fb000 commit e295529

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/google-cloud-resourcemanager/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"prepare": "npm run compile",
4040
"pretest": "npm run compile",
4141
"presystem-test": "npm run compile",
42-
"docs-test": "blcl docs -r --exclude www.googleapis.com",
42+
"docs-test": "linkinator docs -r --skip www.googleapis.com",
4343
"predocs-test": "npm run docs"
4444
},
4545
"dependencies": {
@@ -73,6 +73,6 @@
7373
"source-map-support": "^0.5.6",
7474
"typescript": "~3.3.0",
7575
"uuid": "^3.0.1",
76-
"broken-link-checker-local": "^0.2.0"
76+
"linkinator": "^1.1.2"
7777
}
7878
}

0 commit comments

Comments
 (0)