From 8a346dd0ec5c42fe06cb2d10345ca494cdd58745 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Thu, 25 Feb 2016 17:24:13 +0000 Subject: [PATCH] Remove old tarball before building new one --- jenkins.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jenkins.sh b/jenkins.sh index fa99e557d6..a2f28ffb8f 100644 --- a/jenkins.sh +++ b/jenkins.sh @@ -14,5 +14,8 @@ npm install ./node_modules/matrix-js-sdk-*.tgz # install the other dependencies npm install +# delete the old tarball, if it exists +rm -f matrix-react-sdk-*.tgz + # build our tarball npm pack