indo icon indicating copy to clipboard operation
indo copied to clipboard

Add heuristics for automatic rebuilds/reinstalls

Open aleclarson opened this issue 4 years ago • 1 comments

Inside <rootDir>/.indo-cache, track when local packages were last built. Build any package missing a timestamp. Also, check the "mtime" of the package's lockfile to know if a package should be rebuilt due to changed dependencies.

aleclarson avatar Apr 15 '21 21:04 aleclarson

And store the dependency map of each local package in <rootDir>/.indo-cache to automatically update dependencies when indo runs.

aleclarson avatar Apr 15 '21 22:04 aleclarson