Skip to content

Commit 308788c

Browse files
authored
chore: add dev dependencies for cloud-rad ref docs (#228)
1 parent 9a8ed6e commit 308788c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

packages/google-cloud-talent/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@
4040
"compile": "tsc -p . && cp -r protos build/",
4141
"compile-protos": "compileProtos src",
4242
"prepare": "npm run compile",
43-
"precompile": "gts clean"
43+
"precompile": "gts clean",
44+
"api-extractor": "api-extractor run --local",
45+
"api-documenter": "api-documenter yaml --input-folder=temp"
4446
},
4547
"dependencies": {
4648
"google-gax": "^2.1.0"
@@ -62,6 +64,8 @@
6264
"ts-loader": "^8.0.0",
6365
"typescript": "^3.8.3",
6466
"webpack": "^4.41.2",
65-
"webpack-cli": "^3.3.10"
67+
"webpack-cli": "^3.3.10",
68+
"@microsoft/api-documenter": "^7.8.10",
69+
"@microsoft/api-extractor": "^7.8.10"
6670
}
6771
}

0 commit comments

Comments
 (0)