Skip to content

Commit

Permalink
fix: remove eslint, update gax, fix generated protos, run the generat…
Browse files Browse the repository at this point in the history
…or (#376)

Run the latest version of the generator, update google-gax, update gts, and remove direct dependencies on eslint.
  • Loading branch information
alexander-fenster authored Apr 11, 2020
1 parent 7a7bde4 commit 2f46ac3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
6 changes: 3 additions & 3 deletions packages/google-cloud-redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,18 @@
"predocs-test": "npm run docs",
"prepare": "npm run compile",
"pretest": "npm run compile",
"prelint": "cd samples; npm link ../; npm i"
"prelint": "cd samples; npm link ../; npm install"
},
"dependencies": {
"google-gax": "^2.0.1"
"google-gax": "^2.1.0"
},
"devDependencies": {
"@types/mocha": "^7.0.0",
"@types/node": "^12.0.0",
"@types/sinon": "^9.0.0",
"c8": "^7.0.0",
"codecov": "^3.1.0",
"gts": "2.0.0",
"gts": "^2.0.0",
"jsdoc": "^3.5.5",
"jsdoc-fresh": "^1.0.1",
"jsdoc-region-tag": "^1.0.2",
Expand Down
10 changes: 1 addition & 9 deletions packages/google-cloud-redis/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
{
"updateTime": "2020-04-10T20:49:23.681276Z",
"updateTime": "2020-04-11T00:46:04.686740Z",
"sources": [
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "cf18ab5200e41e9d0cfef88c6c4bcdd394faf1ca",
"internalRef": "305925954"
}
},
{
"git": {
"name": "synthtool",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-redis/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
s.replace('src/v*/*_client.ts', '/compute/docs/', 'https://cloud.google.com/compute/docs/')

subprocess.run(['npm', 'install'])
subprocess.run(['npm', 'run', 'fix'])
subprocess.run(['npm', 'run', 'lint'])
subprocess.run(['npx', 'compileProtos', 'src'])

0 comments on commit 2f46ac3

Please sign in to comment.