diff --git a/bin/build b/bin/build index d1b403d28e..36a6cf254f 100755 --- a/bin/build +++ b/bin/build @@ -1,5 +1,8 @@ #! /usr/bin/env bash +# Clean out/* to prevent confusion if files were deleted in src/ +rm -rf out/* + # Build all TypeScript files (including tests) to out/ tsc