Skip to content

Commit

Permalink
build: create docs test npm scripts (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Feb 11, 2019
1 parent 5607dee commit 61f4a08
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/google-cloud-resourcemanager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
"fix": "eslint '**/*.js' --fix && gts fix",
"prepare": "npm run compile",
"pretest": "npm run compile",
"presystem-test": "npm run compile"
"presystem-test": "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 @@ -70,6 +72,7 @@
"proxyquire": "^2.0.0",
"source-map-support": "^0.5.6",
"typescript": "~3.3.0",
"uuid": "^3.0.1"
"uuid": "^3.0.1",
"broken-link-checker-local": "^0.2.0"
}
}

0 comments on commit 61f4a08

Please sign in to comment.