flake8
passed.
JSHint
passed.
Review Request #10180 — Created Sept. 25, 2018 and submitted
Information | |
---|---|
brennie | |
Review Board | |
release-2.5.x | |
|
|
10181 | |
924c963... | |
Reviewers | |
reviewboard | |
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 becuasenpm
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.