216 The option cleanDist was never added to args of citty
β Type of change
[ ] π Documentation (updates to the documentation, readme, or JSdoc annotations)
[x] π Bug fix (a non-breaking change that fixes an issue)
[ ] π Enhancement (improving an existing functionality like performance)
[ ] β¨ New feature (a non-breaking change that adds functionality)
[ ] π§Ή Chore (updates to the build process or auxiliary tools and libraries)
[ ] β οΈ Breaking change (fix or feature that would cause existing functionality to change)
π Description
:x: every build is cleaning the dist/
I'm aware the cleanDist option was added on:
f613c17 support cleanDist option was added by @pi0 long time ago
:warning: but no cli arg was ever added
This PR Resolves #216
It add a new optional cli arg --no-clean when provided the make function wont clean the dist path
Default behavior continues as before, with clean being true
π Linked issue
216 The option cleanDist was never added to args of citty
β Type of change
π Description
:x: every build is cleaning the dist/
I'm aware the cleanDist option was added on: f613c17 support cleanDist option was added by @pi0 long time ago
:warning: but no cli arg was ever added
This PR Resolves #216 It add a new optional cli arg
--no-clean
when provided the make function wont clean thedist path
Default behavior continues as before, with clean beingtrue
π Checklist