Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Commit 657c257

Browse files
build: use linkinator for docs test (#216)
1 parent 2c66283 commit 657c257

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"prepare": "npm run compile",
4242
"pretest": "npm run compile",
4343
"presystem-test": "npm run compile",
44-
"docs-test": "blcl docs -r --exclude www.googleapis.com",
44+
"docs-test": "linkinator docs -r --skip www.googleapis.com",
4545
"predocs-test": "npm run docs"
4646
},
4747
"dependencies": {
@@ -78,6 +78,6 @@
7878
"proxyquire": "^2.0.1",
7979
"source-map-support": "^0.5.6",
8080
"typescript": "~3.3.0",
81-
"broken-link-checker-local": "^0.2.0"
81+
"linkinator": "^1.1.2"
8282
}
8383
}

0 commit comments

Comments
 (0)