gulpfile: added clear to delete build dir before compile

This commit is contained in:
Daniel Lang 2018-01-23 21:43:53 +01:00
parent 6cee3cc327
commit 77905b9729

View File

@ -375,6 +375,7 @@ export class Gulpfile {
@SequenceTask("ci-tests")
ciTests() {
return [
"clean",
"compile",
"tslint",
"wait",