Skip to content

Commit e62be71

Browse files
JustinBeckwithalexander-fenster
authored andcommitted
chore: do not use npm ci (#166)
1 parent 31a05bd commit e62be71

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

handwritten/datastore/synth.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# tasks has two product names, and a poorly named artman yaml
1313
version = 'v1'
1414
library = gapic.node_library(
15-
'datastore', version,
15+
'datastore', version,
1616
config_path='/google/datastore/artman_datastore.yaml')
1717

1818
# Copy everything except for top level index, package.json, and README.md
@@ -25,6 +25,6 @@
2525

2626

2727
# Node.js specific cleanup
28-
subprocess.run(['npm', 'ci'])
28+
subprocess.run(['npm', 'install'])
2929
subprocess.run(['npm', 'run', 'prettier'])
3030
subprocess.run(['npm', 'run', 'lint'])

0 commit comments

Comments
 (0)