Skip to content

Commit c11158b

Browse files
build: create docs test npm scripts (#264)
1 parent 54d79b0 commit c11158b

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

packages/google-cloud-compute/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
3131
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
3232
"system-test": "mocha system-test/*.js --timeout 600000",
3333
"test": "nyc mocha",
34-
"fix": "eslint --fix '**/*.js'"
34+
"fix": "eslint --fix '**/*.js'",
35+
"docs-test": "blcl docs -r --exclude www.googleapis.com",
36+
"predocs-test": "npm run docs"
3537
},
3638
"dependencies": {
3739
"@google-cloud/common": "^0.31.0",
@@ -63,6 +65,7 @@
6365
"power-assert": "^1.5.0",
6466
"prettier": "^1.13.5",
6567
"proxyquire": "^2.0.1",
66-
"uuid": "^3.2.1"
68+
"uuid": "^3.2.1",
69+
"broken-link-checker-local": "^0.2.0"
6770
}
6871
}

0 commit comments

Comments
 (0)