Skip to content

Commit 106238c

Browse files
feat: update GKE v1 API (#401)
This update follows the proto changes from [this commit](googleapis/googleapis@75d1324).
1 parent cb1aa29 commit 106238c

File tree

9 files changed

+21519
-12094
lines changed

9 files changed

+21519
-12094
lines changed

packages/google-container/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"compile": "tsc -p . && cp -r protos build/",
3939
"compile-protos": "compileProtos src",
4040
"predocs-test": "npm run docs",
41-
"prepare": "npm run compile",
41+
"prepare": "npm run compile-protos && npm run compile",
4242
"prelint": "cd samples; npm link ../; npm install",
4343
"precompile": "gts clean",
4444
"api-extractor": "api-extractor run --local",

0 commit comments

Comments
 (0)