This pull request enables bundle-install to avoid reinstalling already installed packages, except when explicitly told to via either jpm update-pkgs or jpm update-installed. This enables jpm deps or jpm load-lockfile to have essentially zero cost when the packages are already installed.
This pull request enables bundle-install to avoid reinstalling already installed packages, except when explicitly told to via either
jpm update-pkgs
orjpm update-installed
. This enablesjpm deps
orjpm load-lockfile
to have essentially zero cost when the packages are already installed.Related: #82