Remove old tarball before building new one
This commit is contained in:
parent
c1bb527539
commit
8a346dd0ec
1 changed files with 3 additions and 0 deletions
|
@ -14,5 +14,8 @@ npm install ./node_modules/matrix-js-sdk-*.tgz
|
||||||
# install the other dependencies
|
# install the other dependencies
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
|
# delete the old tarball, if it exists
|
||||||
|
rm -f matrix-react-sdk-*.tgz
|
||||||
|
|
||||||
# build our tarball
|
# build our tarball
|
||||||
npm pack
|
npm pack
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue