1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

Remove irrelevant build steps

This commit is contained in:
Travis Ralston
2020-01-20 16:20:02 -07:00
parent 62b1dd77a6
commit 3eeeb9c6af

View File

@ -12,7 +12,6 @@ matrix-react-sdk/scripts/fetchdep.sh matrix-org matrix-js-sdk
pushd matrix-js-sdk
yarn link
yarn install
#yarn build
popd
# Now set up the react-sdk
@ -20,7 +19,6 @@ pushd matrix-react-sdk
yarn link matrix-js-sdk
yarn link
yarn install
#yarn build
popd
# Finally, set up riot-web