Skip to content

Commit

Permalink
Clean up before every run (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
buunguyen authored and boopathi committed May 25, 2017
1 parent ca00355 commit 867d8fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion smoke/smoke-test.js
Expand Up @@ -60,7 +60,8 @@ class SmokeTest {
}

run() {
return this.install()
return this.cleanup()
.then(() => this.install())
.then(() => this.build())
.then(() => this.minifyAll())
.then(() => this.test())
Expand Down

0 comments on commit 867d8fb

Please sign in to comment.