remove js package before building
This commit is contained in:
parent
e7996e5984
commit
617f9b1696
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
set -e
|
||||
|
||||
make clean
|
||||
rm olm-*.tgz
|
||||
|
||||
make lib
|
||||
make test
|
||||
./python/test_olm.sh
|
||||
|
|
Loading…
Reference in a new issue