Skip to content

Commit

Permalink
refactor(typescript): noImplicityAny for topic.ts and subscription.ts (
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenqlogic authored and JustinBeckwith committed Jan 25, 2019
1 parent a3b7695 commit 4046864
Show file tree
Hide file tree
Showing 6 changed files with 8,532 additions and 133 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"google pubsub",
"pubsub"
],
"scripts": {
"scripts": {
"presystem-test": "npm run compile",
"system-test": "mocha build/system-test --timeout 600000",
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
Expand All @@ -43,7 +43,9 @@
"clean": "gts clean",
"compile": "tsc -p . && cp -r src/v1 build/src/ && cp -r protos build/ && cp smoke-test/*.js build/system-test && cp test/*.js build/test",
"prepare": "npm run compile",
"pretest": "npm run compile"
"pretest": "npm run compile",
"proto": "npm run proto:pubsub",
"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 -"
},
"dependencies": {
"@google-cloud/paginator": "^0.1.0",
Expand Down
Loading

0 comments on commit 4046864

Please sign in to comment.