Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit 318467a

Browse files
authored
chore: add dev dependencies for cloud-rad ref docs (#914)
1 parent c4472ec commit 318467a

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@
4141
"predocs-test": "npm run docs",
4242
"prelint": "cd samples; npm link ../; npm install",
4343
"clean": "gts clean",
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-cloud/common": "^3.0.0",
@@ -84,6 +86,8 @@
8486
"teeny-request": "^7.0.0",
8587
"tmp-promise": "^3.0.0",
8688
"typescript": "^3.8.3",
87-
"uuid": "^8.0.0"
89+
"uuid": "^8.0.0",
90+
"@microsoft/api-documenter": "^7.8.10",
91+
"@microsoft/api-extractor": "^7.8.10"
8892
}
8993
}

0 commit comments

Comments
 (0)