Skip to content

Commit e090095

Browse files
build: use linkinator for docs test (googleapis#607)
1 parent e183e70 commit e090095

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

handwritten/storage/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"compile": "tsc -p .",
4646
"fix": "gts fix && eslint --fix '**/*.js'",
4747
"prepare": "npm run compile",
48-
"docs-test": "blcl docs -r --exclude www.googleapis.com",
48+
"docs-test": "linkinator docs -r --skip www.googleapis.com",
4949
"predocs-test": "npm run docs"
5050
},
5151
"dependencies": {
@@ -113,6 +113,6 @@
113113
"tmp": "^0.0.33",
114114
"typescript": "~3.3.0",
115115
"uuid": "^3.1.0",
116-
"broken-link-checker-local": "^0.2.0"
116+
"linkinator": "^1.1.2"
117117
}
118118
}

0 commit comments

Comments
 (0)