Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit 9dba6aa

Browse files
authored
chore: add dev deps for cloud rad (#1299)
1 parent 80f24ac commit 9dba6aa

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
"docs": "compodoc src/",
2525
"presamples-test": "npm run compile",
2626
"samples-test": "cd samples/ && npm link ../ && npm install && npm test && cd ../",
27-
"prelint": "cd samples; npm link ../; npm i"
27+
"prelint": "cd samples; npm link ../; npm i",
28+
"api-extractor": "api-extractor run --local",
29+
"api-documenter": "api-documenter yaml --input-folder=temp"
2830
},
2931
"files": [
3032
"build/src/**/*.js",
@@ -89,7 +91,9 @@
8991
"timekeeper": "^2.0.0",
9092
"tmp": "0.2.1",
9193
"ts-node": "^8.0.0",
92-
"typescript": "3.6.4"
94+
"typescript": "3.6.4",
95+
"@microsoft/api-documenter": "^7.8.10",
96+
"@microsoft/api-extractor": "^7.8.10"
9397
},
9498
"dependencies": {
9599
"@google-cloud/common": "^3.0.0",

0 commit comments

Comments
 (0)