Remove old tarball before building new one

This commit is contained in:
Richard van der Hoff 2016-02-25 17:24:13 +00:00
parent c1bb527539
commit 8a346dd0ec

View file

@ -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