Skip to content

Commit

Permalink
build: use linkinator for docs test (#178)
Browse files Browse the repository at this point in the history
JustinBeckwith authored Feb 14, 2019

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 24fb000 commit e295529
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-resourcemanager/package.json
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@
"prepare": "npm run compile",
"pretest": "npm run compile",
"presystem-test": "npm run compile",
"docs-test": "blcl docs -r --exclude www.googleapis.com",
"docs-test": "linkinator docs -r --skip www.googleapis.com",
"predocs-test": "npm run docs"
},
"dependencies": {
@@ -73,6 +73,6 @@
"source-map-support": "^0.5.6",
"typescript": "~3.3.0",
"uuid": "^3.0.1",
"broken-link-checker-local": "^0.2.0"
"linkinator": "^1.1.2"
}
}

0 comments on commit e295529

Please sign in to comment.