Skip to content

Commit 1e16427

Browse files
chore: clean build folder before running tests
1 parent cc32640 commit 1e16427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ export class Gulpfile {
191191
*/
192192
@SequenceTask()
193193
tests() {
194-
return ["compile", "coveragePost", "coverageRemap", "tslint"];
194+
return ["clean", "compile", "coveragePost", "coverageRemap", "tslint"];
195195
}
196196

197197
}

0 commit comments

Comments
 (0)