Commit e757c2bb4734c76ed6c0632985dadaab3ad30742

Authored by Victor Costa
1 parent 5fdf42ce
Exists in master and in 1 other branch dev-fixes

Clean dist folder before build

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
8 "ng-forward": "0.0.1-alpha.12" 8 "ng-forward": "0.0.1-alpha.12"
9 }, 9 },
10 "scripts": { 10 "scripts": {
11 - "build": "webpack; gulp build", 11 + "build": "webpack; gulp clean && gulp build",
12 "webpack": "webpack", 12 "webpack": "webpack",
13 "karma": "concurrently \"webpack -w\" \"karma start\"", 13 "karma": "concurrently \"webpack -w\" \"karma start\"",
14 "docs": "gulp ngdocs; static-server docs", 14 "docs": "gulp ngdocs; static-server docs",