forked from github/schildichat-desktop
setup.sh: get rid of maybe preexisting yarn links
This commit is contained in:
parent
511bc6a2bc
commit
de5fa4e9e4
6
setup.sh
6
setup.sh
@ -5,12 +5,14 @@ set -e
|
||||
yarn=yarnpkg
|
||||
|
||||
pushd matrix-js-sdk
|
||||
$yarn unlink &>/dev/null || true
|
||||
$yarn link
|
||||
$yarn install
|
||||
popd
|
||||
|
||||
pushd matrix-react-sdk
|
||||
$yarn link matrix-js-sdk
|
||||
$yarn unlink &>/dev/null || true
|
||||
$yarn link
|
||||
$yarn install
|
||||
popd
|
||||
@ -18,14 +20,10 @@ popd
|
||||
pushd element-web
|
||||
$yarn link matrix-js-sdk
|
||||
$yarn link matrix-react-sdk
|
||||
$yarn link
|
||||
$yarn install
|
||||
popd
|
||||
|
||||
pushd element-desktop
|
||||
#$yarn link matrix-js-sdk
|
||||
#$yarn link matrix-react-sdk
|
||||
#$yarn link riot-web
|
||||
$yarn install
|
||||
ln -s ../element-web/webapp ./ || true
|
||||
popd
|
||||
|
Loading…
x
Reference in New Issue
Block a user