@pnpm/workspace.state
Version:
Track the list of actual paths of workspace packages in a cache
10 lines • 485 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.getFilePath = void 0;
const path_1 = __importDefault(require("path"));
const getFilePath = (workspaceDir) => path_1.default.join(workspaceDir, 'node_modules', '.pnpm-workspace-state.json');
exports.getFilePath = getFilePath;
//# sourceMappingURL=filePath.js.map