Skip to content

Commit

Permalink
build: use linkinator for docs test (#1596)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Feb 19, 2019
1 parent 2a7af84 commit 4c56cb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -35,7 +35,7 @@
"pregenerate": "npm run build-tools",
"generate": "node build/src/generator/generate.js",
"postgenerate": "npm run fix",
"docs-test": "blcl docs -r --exclude www.googleapis.com",
"docs-test": "linkinator docs -r --skip www.googleapis.com",
"predocs-test": "npm run docs"
},
"author": "Google Inc.",
Expand Down Expand Up @@ -100,6 +100,6 @@
"source-map-support": "^0.5.5",
"tmp": "^0.0.33",
"typescript": "~3.3.0",
"broken-link-checker-local": "^0.2.0"
"linkinator": "^1.1.2"
}
}

0 comments on commit 4c56cb2

Please sign in to comment.