Skip to content

Commit

Permalink
build: create docs test npm scripts (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Feb 11, 2019
1 parent d8f9783 commit 03810c0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/google-cloud-speech/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@
"system-test": "mocha system-test/*.js --timeout 600000",
"test-no-cover": "mocha test/*.js",
"test": "npm run cover",
"fix": "eslint --fix '**/*.js'"
"fix": "eslint --fix '**/*.js'",
"docs-test": "blcl docs -r --exclude www.googleapis.com",
"predocs-test": "npm run docs"
},
"dependencies": {
"@google-cloud/common": "^0.31.0",
Expand All @@ -63,6 +65,7 @@
"power-assert": "^1.6.0",
"prettier": "^1.13.5",
"proxyquire": "^2.1.0",
"sinon": "^7.0.0"
"sinon": "^7.0.0",
"broken-link-checker-local": "^0.2.0"
}
}

0 comments on commit 03810c0

Please sign in to comment.