Skip to content

Commit

Permalink
feat: update GKE v1 API (#401)
Browse files Browse the repository at this point in the history
This update follows the proto changes from [this commit](googleapis/googleapis@75d1324).
  • Loading branch information
alexander-fenster authored Nov 16, 2020
1 parent cb1aa29 commit 106238c
Show file tree
Hide file tree
Showing 9 changed files with 21,519 additions and 12,094 deletions.
2 changes: 1 addition & 1 deletion packages/google-container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"compile": "tsc -p . && cp -r protos build/",
"compile-protos": "compileProtos src",
"predocs-test": "npm run docs",
"prepare": "npm run compile",
"prepare": "npm run compile-protos && npm run compile",
"prelint": "cd samples; npm link ../; npm install",
"precompile": "gts clean",
"api-extractor": "api-extractor run --local",
Expand Down
Loading

0 comments on commit 106238c

Please sign in to comment.