Skip to content

Commit 8df574c

Browse files
authored
chore: add dev dependencies for cloud-rad ref docs (#461)
1 parent d8e2f9d commit 8df574c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

packages/google-cloud-videointelligence/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@
4141
"compile": "tsc -p . && cp -r protos build/",
4242
"compile-protos": "compileProtos src",
4343
"prepare": "npm run compile",
44-
"precompile": "gts clean"
44+
"precompile": "gts clean",
45+
"api-extractor": "api-extractor run --local",
46+
"api-documenter": "api-documenter yaml --input-folder=temp"
4547
},
4648
"dependencies": {
4749
"google-gax": "^2.1.0"
@@ -63,6 +65,8 @@
6365
"ts-loader": "^8.0.0",
6466
"typescript": "^3.8.3",
6567
"webpack": "^4.42.0",
66-
"webpack-cli": "^3.3.11"
68+
"webpack-cli": "^3.3.11",
69+
"@microsoft/api-documenter": "^7.8.10",
70+
"@microsoft/api-extractor": "^7.8.10"
6771
}
6872
}

0 commit comments

Comments
 (0)