Skip to content

Commit b22f745

Browse files
authored
chore: add dev dependencies for cloud-rad ref docs (#194)
1 parent 17bbd0b commit b22f745

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

packages/google-cloud-recaptchaenterprise/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@
4444
"ts-loader": "^8.0.0",
4545
"typescript": "^3.8.3",
4646
"webpack": "^4.41.2",
47-
"webpack-cli": "^3.3.10"
47+
"webpack-cli": "^3.3.10",
48+
"@microsoft/api-documenter": "^7.8.10",
49+
"@microsoft/api-extractor": "^7.8.10"
4850
},
4951
"scripts": {
5052
"lint": "gts check",
@@ -60,7 +62,9 @@
6062
"predocs-test": "npm run docs",
6163
"prepare": "npm run compile",
6264
"prelint": "cd samples; npm link ../; npm install",
63-
"precompile": "gts clean"
65+
"precompile": "gts clean",
66+
"api-extractor": "api-extractor run --local",
67+
"api-documenter": "api-documenter yaml --input-folder=temp"
6468
},
6569
"license": "Apache-2.0",
6670
"engines": {

0 commit comments

Comments
 (0)