UNPKG

nx-remotecache-custom

Version:

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

7 lines (6 loc) 284 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getCacheEntryPath = void 0; const path_1 = require("path"); const getCacheEntryPath = (hash, cacheDirectory) => (0, path_1.join)(cacheDirectory, hash); exports.getCacheEntryPath = getCacheEntryPath;