We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01c5b4c commit 4dccd01Copy full SHA for 4dccd01
1 file changed
packages/google-cloud-monitoring/synth.py
@@ -22,6 +22,6 @@
22
)
23
24
# Node.js specific cleanup
25
-subprocess.run(['npm', 'ci'])
+subprocess.run(['npm', 'install'])
26
subprocess.run(['npm', 'run', 'prettier'])
27
subprocess.run(['npm', 'run', 'lint'])
0 commit comments