Skip to content

Commit 2dc1c50

Browse files
chore: do not use npm ci (#107)
1 parent ae8f90b commit 2dc1c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-privacy-dlp/synth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
'''
4646
Node.js specific cleanup
4747
'''
48-
subprocess.run(['npm', 'ci'])
48+
subprocess.run(['npm', 'install'])
4949
subprocess.run(['npm', 'run', 'prettier'])
5050
subprocess.run(['npm', 'run', 'lint'])

0 commit comments

Comments
 (0)