From e7ef9db7907b9f290da2923f43c63779fb5cab8e Mon Sep 17 00:00:00 2001 From: "F. Hinkelmann" Date: Tue, 21 Jul 2020 14:40:47 -0400 Subject: [PATCH] chore: add dev dependencies for cloud-rad ref docs (#412) --- packages/google-cloud-dns/package.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/packages/google-cloud-dns/package.json b/packages/google-cloud-dns/package.json index ff65bbb743b..78651d2fd7c 100644 --- a/packages/google-cloud-dns/package.json +++ b/packages/google-cloud-dns/package.json @@ -41,7 +41,9 @@ "docs-test": "linkinator docs", "predocs-test": "npm run docs", "prelint": "cd samples; npm link ../; npm install", - "precompile": "gts clean" + "precompile": "gts clean", + "api-extractor": "api-extractor run --local", + "api-documenter": "api-documenter yaml --input-folder=temp" }, "dependencies": { "@google-cloud/common": "^3.0.0", @@ -71,6 +73,8 @@ "proxyquire": "^2.0.1", "tmp": "^0.2.0", "typescript": "^3.8.3", - "uuid": "^8.0.0" + "uuid": "^8.0.0", + "@microsoft/api-documenter": "^7.8.10", + "@microsoft/api-extractor": "^7.8.10" } }