Skip to content

Commit 09d9e4f

Browse files
authored
chore: add dev dependencies for cloud-rad ref docs (#192)
1 parent c167afa commit 09d9e4f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

packages/google-cloud-datacatalog/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@
4141
"mocha": "^8.0.0",
4242
"pack-n-play": "^1.0.0-2",
4343
"sinon": "^9.0.1",
44-
"typescript": "^3.8.3"
44+
"typescript": "^3.8.3",
45+
"@microsoft/api-documenter": "^7.8.10",
46+
"@microsoft/api-extractor": "^7.8.10"
4547
},
4648
"scripts": {
4749
"docs": "jsdoc -c .jsdoc.js",
@@ -57,7 +59,9 @@
5759
"pretest": "npm run compile",
5860
"prelint": "cd samples; npm link ../; npm install",
5961
"clean": "gts clean",
60-
"precompile": "gts clean"
62+
"precompile": "gts clean",
63+
"api-extractor": "api-extractor run --local",
64+
"api-documenter": "api-documenter yaml --input-folder=temp"
6165
},
6266
"license": "Apache-2.0",
6367
"engines": {

0 commit comments

Comments
 (0)