We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f179ab commit c62777aCopy full SHA for c62777a
1 file changed
packages/google-cloud-redis/synth.py
@@ -15,7 +15,7 @@
15
name = 'redis'
16
for version in versions:
17
library = gapic.typescript_library(
18
- name,
+ name,
19
generator_args={
20
"package-name": f"@google-cloud/{name}"
21
},
@@ -35,5 +35,5 @@
35
s.replace('src/v*/*_client.ts', '/compute/docs/', 'https://cloud.google.com/compute/docs/')
36
37
subprocess.run(['npm', 'install'])
38
-subprocess.run(['npm', 'run', 'lint'])
+subprocess.run(['npm', 'run', 'fix'])
39
subprocess.run(['npx', 'compileProtos', 'src'])
0 commit comments