Closed bryanenders closed 1 year ago
@johnshaughnessy You may want to run bin/init
when you change service dependencies. I often run $ bin/services-update && bin/init
.
Oh, I see. That makes sense. Thanks!
Thanks for asking! I added a line to the README.
Fixes https://github.com/mozilla/hubs-compose/issues/34
Why
Although
npm install --no-save
doesn’t alterpackage-lock.json
, it doesn’t honorpackage-lock.json
any more thannpm install
. The clean installnpm ci
is time-consuming and should only be run ifpackage-lock.json
has changed.How
conditional-npm-ci
conditional-npm-ci
for Dialog, Hubs Admin, and Hubs Client