diff --git a/packages/google-cloud-automl/package.json b/packages/google-cloud-automl/package.json index 235fa03b068..216609448ee 100644 --- a/packages/google-cloud-automl/package.json +++ b/packages/google-cloud-automl/package.json @@ -32,7 +32,9 @@ "lint": "eslint '**/*.js'", "docs": "jsdoc -c .jsdoc.js", "system-test": "mocha system-test/*.js --timeout 600000", - "fix": "eslint '**/*.js' --fix" + "fix": "eslint '**/*.js' --fix", + "docs-test": "blcl docs -r --exclude www.googleapis.com", + "predocs-test": "npm run docs" }, "dependencies": { "google-gax": "^0.25.0", @@ -51,6 +53,7 @@ "mocha": "^5.2.0", "nyc": "^13.0.0", "power-assert": "^1.5.0", - "prettier": "^1.13.5" + "prettier": "^1.13.5", + "broken-link-checker-local": "^0.2.0" } }