Skip to content

Commit 4dccd01

Browse files
JustinBeckwithalexander-fenster
authored andcommitted
chore: do not use npm ci (#94)
1 parent 01c5b4c commit 4dccd01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/google-cloud-monitoring

packages/google-cloud-monitoring/synth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
)
2323

2424
# Node.js specific cleanup
25-
subprocess.run(['npm', 'ci'])
25+
subprocess.run(['npm', 'install'])
2626
subprocess.run(['npm', 'run', 'prettier'])
2727
subprocess.run(['npm', 'run', 'lint'])

0 commit comments

Comments
 (0)