From e757c2bb4734c76ed6c0632985dadaab3ad30742 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Tue, 22 Mar 2016 16:07:36 -0300 Subject: [PATCH] Clean dist folder before build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c2650cc..da779e8 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "ng-forward": "0.0.1-alpha.12" }, "scripts": { - "build": "webpack; gulp build", + "build": "webpack; gulp clean && gulp build", "webpack": "webpack", "karma": "concurrently \"webpack -w\" \"karma start\"", "docs": "gulp ngdocs; static-server docs", -- libgit2 0.21.2