We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 876430a commit 97de49dCopy full SHA for 97de49d
1 file changed
packages/google-cloud-language/synth.py
@@ -12,7 +12,7 @@
12
# tasks has two product names, and a poorly named artman yaml
13
for version in ['v1', 'v1beta2']:
14
library = gapic.typescript_library(
15
- 'language',
+ 'language',
16
generator_args={
17
"grpc-service-config": f"google/cloud/language/{version}/language_grpc_service_config.json",
18
"package-name":f"@google-cloud/language"
@@ -32,5 +32,5 @@
32
33
# Node.js specific cleanup
34
subprocess.run(['npm', 'install'])
35
-subprocess.run(['npm', 'run', 'lint'])
+subprocess.run(['npm', 'run', 'fix'])
36
subprocess.run(['npx', 'compileProtos', 'src'])
0 commit comments