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

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

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.

    Loading...