From d43ea268b01e80166ca9325bf174a9796105715f Mon Sep 17 00:00:00 2001 From: matt korwel Date: Thu, 3 Jul 2025 22:57:01 -0500 Subject: Releasing: Utilizing Github Actions and Tagging for release. (#2852) Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: N. Taylor Mullen --- scripts/clean.js | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/clean.js') diff --git a/scripts/clean.js b/scripts/clean.js index bb2cb678..d53d097e 100644 --- a/scripts/clean.js +++ b/scripts/clean.js @@ -27,6 +27,7 @@ const root = join(__dirname, '..'); // remove npm install/build artifacts rmSync(join(root, 'node_modules'), { recursive: true, force: true }); +rmSync(join(root, 'bundle'), { recursive: true, force: true }); rmSync(join(root, 'packages/cli/src/generated/'), { recursive: true, force: true, -- cgit v1.2.3