Skip to content

Commit

Permalink
build: create docs test npm scripts (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Feb 11, 2019
1 parent e7265e8 commit d1f85be
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/google-cloud-dialogflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
"test": "npm run cover",
"system-test": "mocha system-test/ --timeout 600000",
"all-test": "npm test && npm run system-test && npm run samples-test",
"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",
Expand All @@ -59,6 +61,7 @@
"nyc": "^13.0.0",
"power-assert": "^1.4.4",
"prettier": "^1.7.4",
"through2": "^3.0.0"
"through2": "^3.0.0",
"broken-link-checker-local": "^0.2.0"
}
}

0 comments on commit d1f85be

Please sign in to comment.