Skip to content

Commit 1cb1c81

Browse files
yoshi-automationJustinBeckwith
authored andcommitted
feat(subscription): support push config auth methods (#504)
1 parent 8dfd777 commit 1cb1c81

6 files changed

Lines changed: 192 additions & 264 deletions

File tree

handwritten/pubsub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"prepare": "npm run compile",
4646
"pretest": "npm run compile",
4747
"proto": "npm run proto:pubsub",
48-
"proto:pubsub": "mkdir -p proto && pbjs -t static-module -w commonjs -p node_modules/google-proto-files google/pubsub/v1/pubsub.proto | pbts -o proto/pubsub.d.ts -",
48+
"proto:pubsub": "mkdir -p proto && pbjs -t static-module -w commonjs -p protos google/pubsub/v1/pubsub.proto | pbts -o proto/pubsub.d.ts -",
4949
"docs-test": "linkinator docs -r --skip www.googleapis.com",
5050
"predocs-test": "npm run docs"
5151
},

0 commit comments

Comments
 (0)