Skip to content

Commit

Permalink
build: use linkinator for docs test (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Feb 14, 2019
1 parent fdc0676 commit 57fd9ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"pretest": "npm run compile",
"proto": "npm run proto:pubsub",
"proto:pubsub": "mkdir -p proto && pbjs -t static-module -w commonjs -p node_modules/google-proto-files google/pubsub/v1/pubsub.proto | pbts -o proto/pubsub.d.ts -",
"docs-test": "blcl docs -r --exclude www.googleapis.com",
"docs-test": "linkinator docs -r --skip www.googleapis.com",
"predocs-test": "npm run docs"
},
"dependencies": {
Expand Down Expand Up @@ -99,6 +99,6 @@
"source-map-support": "^0.5.9",
"typescript": "~3.3.0",
"uuid": "^3.1.0",
"broken-link-checker-local": "^0.2.0"
"linkinator": "^1.1.2"
}
}

0 comments on commit 57fd9ed

Please sign in to comment.