Skip to content

Commit

Permalink
build: create docs test npm scripts (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Feb 11, 2019
1 parent 8cc8454 commit 3cf0f88
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/google-cloud-texttospeech/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
"system-test": "mocha system-test",
"docs": "jsdoc -c .jsdoc.js",
"fix": "eslint --fix '**/*.js'"
"fix": "eslint --fix '**/*.js'",
"docs-test": "blcl docs -r --exclude www.googleapis.com",
"predocs-test": "npm run docs"
},
"dependencies": {
"google-gax": "^0.25.0",
Expand All @@ -56,6 +58,7 @@
"mocha": "^5.0.5",
"nyc": "^13.0.0",
"power-assert": "^1.4.4",
"prettier": "^1.11.1"
"prettier": "^1.11.1",
"broken-link-checker-local": "^0.2.0"
}
}

0 comments on commit 3cf0f88

Please sign in to comment.