We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
npm ci
npm install
1 parent 392cf84 commit f0afba2Copy full SHA for f0afba2
1 file changed
packages/google-cloud-language/synth.py
@@ -17,9 +17,7 @@
17
library,
18
excludes=['package.json', 'README.md', 'src/index.js'])
19
20
-#
21
# Node.js specific cleanup
22
23
-subprocess.run(['npm', 'install'])
+subprocess.run(['npm', 'ci'])
24
subprocess.run(['npm', 'run', 'prettier'])
25
subprocess.run(['npm', 'run', 'lint'])
0 commit comments