Skip to content

Commit f0afba2

Browse files
JustinBeckwithjkwlui
authored andcommitted
chore(build): use npm ci instead of npm install (#76)
1 parent 392cf84 commit f0afba2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

packages/google-cloud-language/synth.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@
1717
library,
1818
excludes=['package.json', 'README.md', 'src/index.js'])
1919

20-
#
2120
# Node.js specific cleanup
22-
#
23-
subprocess.run(['npm', 'install'])
21+
subprocess.run(['npm', 'ci'])
2422
subprocess.run(['npm', 'run', 'prettier'])
2523
subprocess.run(['npm', 'run', 'lint'])

0 commit comments

Comments
 (0)