diff options
| author | matt korwel <[email protected]> | 2025-07-03 22:57:01 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-04 03:57:01 +0000 |
| commit | d43ea268b01e80166ca9325bf174a9796105715f (patch) | |
| tree | b9af69c504a328074fcb4bff8165ede0460d05d7 /scripts/clean.js | |
| parent | 32db5ba0e1b7628fa6714bea8532377641b1af18 (diff) | |
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 <[email protected]>
Diffstat (limited to 'scripts/clean.js')
| -rw-r--r-- | scripts/clean.js | 1 |
1 files changed, 1 insertions, 0 deletions
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, |
