mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
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
|
||||
npm install
|
||||
|
||||
# delete the old tarball, if it exists
|
||||
rm -f matrix-react-sdk-*.tgz
|
||||
|
||||
# build our tarball
|
||||
npm pack
|
||||
|
|
Loading…
Reference in a new issue