-
Notifications
You must be signed in to change notification settings - Fork 162
Open
Labels
Description
Introduce a script/command to clean up build artifacts (compiled files, generated constants, dist and ubild folders etc) before or after builds. This includes removing outdated artifacts and dependency outputs to prevent stale files from causing confusion. consider both typscript artefacts as well as mina build artefacts inside the build
folder. make sure to only delete the temporary build artefacts not the entire build
folder so that we dont need to re-download all dependencies