mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Remove old versions before linking react/js sdk
This commit is contained in:
parent
3815872cf7
commit
96393f69b6
@ -40,11 +40,13 @@ dodep matrix-org matrix-react-sdk
|
||||
mkdir -p node_modules
|
||||
cd node_modules
|
||||
|
||||
rm -r matrix-js-sdk 2> /dev/null
|
||||
ln -s ../matrix-js-sdk ./
|
||||
pushd matrix-js-sdk
|
||||
npm install
|
||||
popd
|
||||
|
||||
rm -r matrix-react-sdk 2> /dev/null
|
||||
ln -s ../matrix-react-sdk ./
|
||||
pushd matrix-react-sdk
|
||||
mkdir -p node_modules
|
||||
|
Loading…
Reference in New Issue
Block a user