From da4f1f0f8a7c5a9f4e2243bdb7af7613e0632bfb Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Fri, 18 Dec 2015 12:12:28 +0100 Subject: [PATCH] Hopefully helps with the TeamCity build --- build/BuildClientFiles.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/build/BuildClientFiles.bat b/build/BuildClientFiles.bat index 5137a1ef..ad36d962 100644 --- a/build/BuildClientFiles.bat +++ b/build/BuildClientFiles.bat @@ -24,6 +24,7 @@ ECHO Change directory to %CD%\..\OurUmbraco.Client\ CD %CD%\..\OurUmbraco.Client\ ECHO Do npm install and the gulp build +call npm cache clean call npm install call npm install -g install gulp -g --quiet call gulp build