Skip to content

Commit 8fa9e60

Browse files
build: use linkinator for docs test (#52)
1 parent f125658 commit 8fa9e60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/google-cloud-securitycenter/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"test-no-cover": "mocha test/*.js",
3737
"test": "npm run cover",
3838
"fix": "eslint --fix '**/*.js'",
39-
"docs-test": "blcl docs -r --exclude www.googleapis.com",
39+
"docs-test": "linkinator docs -r --skip www.googleapis.com",
4040
"predocs-test": "npm run docs"
4141
},
4242
"dependencies": {
@@ -58,6 +58,6 @@
5858
"nyc": "^13.0.0",
5959
"power-assert": "^1.4.4",
6060
"prettier": "^1.7.4",
61-
"broken-link-checker-local": "^0.2.0"
61+
"linkinator": "^1.1.2"
6262
}
6363
}

0 commit comments

Comments
 (0)