You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-11-25 09:43:33 +03:00
Remove old versions before linking react/js sdk
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user