Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit 297340a

Browse files
authored
chore: add dev dependencies for cloud-rad ref docs (#25)
1 parent 9bdf2f5 commit 297340a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@
3636
"prepare": "npm run compile-protos && npm run compile",
3737
"system-test": "c8 mocha build/system-test",
3838
"samples-test": "cd samples/ && npm link ../ && npm install && npm test && cd ../",
39-
"test": "c8 mocha build/test"
39+
"test": "c8 mocha build/test",
40+
"api-extractor": "api-extractor run --local",
41+
"api-documenter": "api-documenter yaml --input-folder=temp"
4042
},
4143
"dependencies": {
4244
"google-gax": "^2.6.1"
@@ -58,7 +60,9 @@
5860
"ts-loader": "^8.0.0",
5961
"typescript": "^3.9.5",
6062
"webpack": "^4.43.0",
61-
"webpack-cli": "^3.3.11"
63+
"webpack-cli": "^3.3.11",
64+
"@microsoft/api-documenter": "^7.8.10",
65+
"@microsoft/api-extractor": "^7.8.10"
6266
},
6367
"engines": {
6468
"node": ">=10.0.0"

0 commit comments

Comments
 (0)