From 61905fa1843537e3dc660a4502605c37ef7879c5 Mon Sep 17 00:00:00 2001 From: Theo Ephraim Date: Sun, 17 Nov 2024 21:40:55 -0800 Subject: [PATCH] testing tarball cache clearing --- packages/core/src/cli/commands/resolve.command.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/core/src/cli/commands/resolve.command.ts b/packages/core/src/cli/commands/resolve.command.ts index f538abe7..0ea27eea 100644 --- a/packages/core/src/cli/commands/resolve.command.ts +++ b/packages/core/src/cli/commands/resolve.command.ts @@ -44,6 +44,8 @@ program.action(async (opts: { public?: boolean, showAll?: boolean, }, thisCommand) => { + console.log('cache test v2'); + const ctx = getCliRunCtx(); if (opts.format) ctx.expectingOutput = true;