UNPKG

nx-remotecache-custom

Version:

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

8 lines (7 loc) 227 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.filterMachineId = void 0; function filterMachineId(path) { return !path.endsWith('/source'); } exports.filterMachineId = filterMachineId;