UNPKG

nx-remotecache-custom

Version:

Build custom caching for @nrwl/nx in a few lines of code

11 lines (10 loc) 253 B
/** * Hash suffix will be modified whenever the archiving method is beeing updated. * This will prevent incorrect cache-hits with older versions. * * Examples: * - .zip * - .tar.gz * - -v2.tar.gz */ export declare const HASH_SUFFIX = ".tar.gz";