MCPcopy
hub / github.com/lerna/lerna / UserAnswers

Interface UserAnswers

packages/lerna/src/commands/add-caching/index.ts:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15};
16
17interface UserAnswers {
18 cacheableOperations: string[];
19 targetDefaults: string[];
20 scriptOutputs: Record<string, Record<string, string>>;
21}
22
23class AddCachingCommand extends Command {
24 uniqueScriptNames: string[] = [];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…