File tree Expand file tree Collapse file tree
handwritten/logging-bunyan Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,12 +22,4 @@ cd $(dirname $0)/..
2222
2323npm install
2424
25- npm run docs
26-
27- # Check broken links
28- BIN=./node_modules/.bin
29-
30- npm install broken-link-checker
31- npm install http-server
32- $BIN /http-server -p 8080 docs/ &
33- $BIN /blc http://localhost:8080 -r --exclude www.googleapis.com
25+ npm run docs-test
Original file line number Diff line number Diff line change 4848 "prepare" : " npm run compile" ,
4949 "pretest" : " npm run compile" ,
5050 "posttest" : " npm run check" ,
51- "codecov" : " nyc report --reporter=json && codecov -f .coverage/*.json"
51+ "codecov" : " nyc report --reporter=json && codecov -f .coverage/*.json" ,
52+ "docs-test" : " blcl docs -r --exclude www.googleapis.com" ,
53+ "predocs-test" : " npm run docs"
5254 },
5355 "dependencies" : {
5456 "@google-cloud/logging" : " ^4.1.0"
8385 "proxyquire" : " ^2.0.1" ,
8486 "source-map-support" : " ^0.5.6" ,
8587 "teeny-request" : " ^3.11.0" ,
86- "typescript" : " ~3.3.0"
88+ "typescript" : " ~3.3.0" ,
89+ "broken-link-checker-local" : " ^0.2.0"
8790 },
8891 "peerDependencies" : {
8992 "bunyan" : " *"
You can’t perform that action at this time.
0 commit comments