Skip to content

chore: update build:test script to clean dist directory#71

Merged
jeswr merged 2 commits into
mainfrom
chore/delete-dist
Apr 19, 2026
Merged

chore: update build:test script to clean dist directory#71
jeswr merged 2 commits into
mainfrom
chore/delete-dist

Conversation

@jeswr
Copy link
Copy Markdown
Collaborator

@jeswr jeswr commented Apr 18, 2026

When a typescript file is deleted, its artefacts remain in the test folder after running tsc as there is no build artefact to override them.

Copilot AI review requested due to automatic review settings April 18, 2026 14:02
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the test build script to clean generated TypeScript build artifacts so that deleted .ts files don’t leave stale compiled output in dist directories.

Changes:

  • Modify build:test script to delete dist directories before running tsc for main and test builds.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread package.json Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@jeswr jeswr merged commit edeef97 into main Apr 19, 2026
11 checks passed
@jeswr jeswr deleted the chore/delete-dist branch April 19, 2026 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants