We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31a05bd commit e62be71Copy full SHA for e62be71
1 file changed
handwritten/datastore/synth.py
@@ -12,7 +12,7 @@
12
# tasks has two product names, and a poorly named artman yaml
13
version = 'v1'
14
library = gapic.node_library(
15
- 'datastore', version,
+ 'datastore', version,
16
config_path='/google/datastore/artman_datastore.yaml')
17
18
# Copy everything except for top level index, package.json, and README.md
@@ -25,6 +25,6 @@
25
26
27
# Node.js specific cleanup
28
-subprocess.run(['npm', 'ci'])
+subprocess.run(['npm', 'install'])
29
subprocess.run(['npm', 'run', 'prettier'])
30
subprocess.run(['npm', 'run', 'lint'])
0 commit comments