Skip to content

Commit f795f3f

Browse files
build: create docs test npm scripts (#166)
1 parent 567f503 commit f795f3f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packages/google-cloud-bigquery-datatransfer/package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@
3434
"lint": "eslint '**/*.js'",
3535
"docs": "jsdoc -c .jsdoc.js",
3636
"system-test": "mocha system-test/*.js smoke-test/*.js --timeout 600000",
37-
"fix": "eslint --fix '**/*.js'"
37+
"fix": "eslint --fix '**/*.js'",
38+
"docs-test": "blcl docs -r --exclude www.googleapis.com",
39+
"predocs-test": "npm run docs"
3840
},
3941
"dependencies": {
4042
"google-gax": "^0.25.0",
@@ -53,6 +55,7 @@
5355
"mocha": "^5.2.0",
5456
"nyc": "^13.0.0",
5557
"power-assert": "^1.5.0",
56-
"prettier": "^1.13.4"
58+
"prettier": "^1.13.4",
59+
"broken-link-checker-local": "^0.2.0"
5760
}
5861
}

0 commit comments

Comments
 (0)