Merge pull request #383 from Tyriar/381_clean_out_on_build

Clean out/* on build in case src/* files were deleted
This commit is contained in:
Daniel Imms
2016-12-01 09:18:56 -08:00
committed by GitHub
+3
View File
@@ -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