Remove directories if they exist
This commit is contained in:
parent
82349ec933
commit
9f8202c8a9
2 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,7 @@ set -x
|
|||
npm install
|
||||
|
||||
scripts/fetchdep.sh matrix-org matrix-js-sdk
|
||||
rm -r node_modules/matrix-js-sdk || true
|
||||
ln -s ../matrix-js-sdk node_modules/matrix-js-sdk
|
||||
(cd matrix-js-sdk && npm install)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue