Fix the 5-day lag on new npm package installs

This commit is contained in:
David Heinemeier Hansson
2026-05-22 17:37:43 +02:00
parent 3ea8d9ffb7
commit fc7a522782
+3 -1
View File
@@ -29,7 +29,9 @@ if omarchy-cmd-missing pnpm; then
hash -r
fi
export PNPM_CONFIG_MINIMUM_RELEASE_AGE=7200
# pnpm reads npm_config_* env vars for CLI configuration.
export npm_config_minimum_release_age=7200
export npm_config_dlx_cache_max_age=7200
ensure_bin_runtime() {
local bin_path=\$1