Skip to content

Commit d1f85be

Browse files
build: create docs test npm scripts (#279)
1 parent e7265e8 commit d1f85be

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packages/google-cloud-dialogflow/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@
3838
"test": "npm run cover",
3939
"system-test": "mocha system-test/ --timeout 600000",
4040
"all-test": "npm test && npm run system-test && npm run samples-test",
41-
"fix": "eslint '**/*.js' --fix"
41+
"fix": "eslint '**/*.js' --fix",
42+
"docs-test": "blcl docs -r --exclude www.googleapis.com",
43+
"predocs-test": "npm run docs"
4244
},
4345
"dependencies": {
4446
"google-gax": "^0.25.0",
@@ -59,6 +61,7 @@
5961
"nyc": "^13.0.0",
6062
"power-assert": "^1.4.4",
6163
"prettier": "^1.7.4",
62-
"through2": "^3.0.0"
64+
"through2": "^3.0.0",
65+
"broken-link-checker-local": "^0.2.0"
6366
}
6467
}

0 commit comments

Comments
 (0)