Skip to content

Commit 204cf18

Browse files
authored
chore: add dev dependencies for cloud-rad ref docs (#419)
1 parent 694962a commit 204cf18

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

packages/google-cloud-redis/package.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@
4141
"pretest": "npm run compile",
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-gax": "^2.1.0"
@@ -64,6 +66,8 @@
6466
"ts-loader": "^8.0.0",
6567
"typescript": "^3.8.3",
6668
"webpack": "^4.41.2",
67-
"webpack-cli": "^3.3.10"
69+
"webpack-cli": "^3.3.10",
70+
"@microsoft/api-documenter": "^7.8.10",
71+
"@microsoft/api-extractor": "^7.8.10"
6872
}
6973
}

0 commit comments

Comments
 (0)