elixir - Forcing package update with Mix -


when use following command

mix deps.update --all

mix use locally cached packages if version of package has not been changed in mix.ex file. question is, how can force mix not use cached version , download server instead? example, if there changes in last version of package , want pick up, if version has not been bumped.

first of released hex package can changed 1 hour after created, after becomes immutable , wont ever change. in future when hex adds tooling testing packages before release never able change package has been published.

hex conditional request fetch package if it's cached. if package didn't change use cache, if did change fetch again. if unable reach hex cdn automatically use cached package if it's available.

additionally time or update packages hex download registry of released packages includes checksum use verify against package tarball never able use outdated packages.


Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -