Caching Dependencies
How Caching Works
DeployHQ caches your project dependencies between deployments to speed up build times.
Cached Directories
By default, node_modules, vendor, and other common dependency directories are cached.
Custom Cache Paths
You can add custom cache paths in your build configuration.
Clearing the Cache
If you need a fresh build, clear the dependency cache from your project settings.
Cache Expiry
Caches expire after 30 days of inactivity.