Skip to content

chore(build): clean dist before build - #240

Merged
elucid merged 2 commits into
modem-dev:mainfrom
franky47:fix/clean-dist-build
Jul 29, 2026
Merged

chore(build): clean dist before build#240
elucid merged 2 commits into
modem-dev:mainfrom
franky47:fix/clean-dist-build

Conversation

@franky47

Copy link
Copy Markdown
Contributor

Clean dist/ before TypeScript compilation so builds cannot retain output from removed modules. This uses Node's built-in filesystem API to stay cross-platform without adding a dependency.

Closes #239.

franky47 and others added 2 commits July 29, 2026 07:25
Ensure removed TypeScript outputs cannot survive into later package builds.
@elucid elucid self-assigned this Jul 29, 2026
@elucid
elucid merged commit 81cc7a9 into modem-dev:main Jul 29, 2026
9 checks passed
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.

[build] Clean dist before npm builds

2 participants