Skip to content

Commit 61f4a08

Browse files
build: create docs test npm scripts (#176)
1 parent 5607dee commit 61f4a08

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packages/google-cloud-resourcemanager/package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@
3838
"fix": "eslint '**/*.js' --fix && gts fix",
3939
"prepare": "npm run compile",
4040
"pretest": "npm run compile",
41-
"presystem-test": "npm run compile"
41+
"presystem-test": "npm run compile",
42+
"docs-test": "blcl docs -r --exclude www.googleapis.com",
43+
"predocs-test": "npm run docs"
4244
},
4345
"dependencies": {
4446
"@google-cloud/common": "^0.31.0",
@@ -70,6 +72,7 @@
7072
"proxyquire": "^2.0.0",
7173
"source-map-support": "^0.5.6",
7274
"typescript": "~3.3.0",
73-
"uuid": "^3.0.1"
75+
"uuid": "^3.0.1",
76+
"broken-link-checker-local": "^0.2.0"
7477
}
7578
}

0 commit comments

Comments
 (0)