mirror of https://github.com/vector-im/riot-web
Remove old tarball before building new one
parent
c1bb527539
commit
8a346dd0ec
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue