Skip to content

Commit

Permalink
build: create docs test npm scripts (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Feb 11, 2019
1 parent 4a0ade3 commit dd601e6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/google-cloud-dns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@
"compile": "tsc -p .",
"fix": "eslint --fix '**/*.js' && gts fix",
"prepare": "npm run compile",
"pretest": "npm run compile"
"pretest": "npm run compile",
"docs-test": "blcl docs -r --exclude www.googleapis.com",
"predocs-test": "npm run docs"
},
"dependencies": {
"@google-cloud/common": "^0.31.0",
Expand Down Expand Up @@ -79,6 +81,7 @@
"proxyquire": "^2.0.1",
"tmp": "^0.0.33",
"typescript": "~3.3.0",
"uuid": "^3.2.1"
"uuid": "^3.2.1",
"broken-link-checker-local": "^0.2.0"
}
}

0 comments on commit dd601e6

Please sign in to comment.