Skip to content

Commit 01325f0

Browse files
JustinBeckwithcallmehiphop
authored andcommitted
build: use linkinator for docs test (#523)
1 parent a73e994 commit 01325f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"proto:spanner": "mkdir -p proto && pbjs -t static-module -w commonjs -p node_modules/google-proto-files google/spanner/v1/spanner.proto | pbts -o proto/spanner.d.ts -",
5050
"proto:spanner_instance_admin": "pbjs -t static-module -w commonjs -p node_modules/google-proto-files google/spanner/admin/instance/v1/spanner_instance_admin.proto | pbts -o proto/spanner_instance_admin.d.ts -",
5151
"proto:spanner_database_admin": "pbjs -t static-module -w commonjs -p node_modules/google-proto-files google/spanner/admin/database/v1/spanner_database_admin.proto | pbts -o proto/spanner_database_admin.d.ts -",
52-
"docs-test": "blcl docs -r --exclude www.googleapis.com",
52+
"docs-test": "linkinator docs -r --skip www.googleapis.com",
5353
"predocs-test": "npm run docs"
5454
},
5555
"dependencies": {
@@ -118,6 +118,6 @@
118118
"typescript": "~3.3.0",
119119
"uuid": "^3.3.2",
120120
"yargs": "^13.0.0",
121-
"broken-link-checker-local": "^0.2.0"
121+
"linkinator": "^1.1.2"
122122
}
123123
}

0 commit comments

Comments
 (0)