Add an argument to prepare-dev.py to skip dependencies

Review Request #10180 — Created Sept. 25, 2018 and submitted

Information

Review Board
release-2.5.x
924c963...

Reviewers

We now have an option to skip dependency installation (--no-deps)
which is useful if you want to skip over that entire segment when
dependencies are already installed. This is important becuase npm can
take a non-trivial amount of time to talk to the npm registry and
generate a new lockfile since we don't keep one around.

Ran prepare-dev.py --no-deps and dependency installation was skipped.

david
  1. Ship It!
  2. 
      
brennie
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-2.5.x (4d2cf01)
Loading...