Add an argument to prepare-dev.py to skip dependencies
Review Request #10180 — Created Sept. 25, 2018 and submitted — Latest diff uploaded
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.