Skip to content
This repository was archived by the owner on Feb 18, 2024. It is now read-only.

Commit 5f739df

Browse files
JustinBeckwithalexander-fenster
authored andcommitted
chore: do not use npm ci (#141)
1 parent 4ea1539 commit 5f739df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@
4141
#
4242
# Node.js specific cleanup
4343
#
44-
subprocess.run(['npm', 'ci'])
44+
subprocess.run(['npm', 'install'])
4545
subprocess.run(['npm', 'run', 'prettier'])
4646
subprocess.run(['npm', 'run', 'lint'])

0 commit comments

Comments
 (0)