Change Cache Location
By default the cache is stored locally in .nx/cache
. Cache results are stored for a week before they get deleted. You can customize the cache location in the nx.json
file:
nx.json
1{ 2 "cacheDirectory": "/tmp/mycache" 3} 4
Monorepo World: October 7, 2024Monorepo World: October 7, 2024Join us!
By default the cache is stored locally in .nx/cache
. Cache results are stored for a week before they get deleted. You can customize the cache location in the nx.json
file:
1{ 2 "cacheDirectory": "/tmp/mycache" 3} 4
Join us live for exciting talks on developer tooling and monorepos! Catch the action on YouTube and join the conversation on Discord!