Remove JS SDK, no longer needed for lint rules

The JS SDK was previously only here for the ESLint config, but this is now part
of a separate package.
This commit is contained in:
J. Ryan Stinnett
2020-07-28 16:37:43 +01:00
parent 045f6f8b42
commit 92f48eced9
4 changed files with 0 additions and 127 deletions

View File

@@ -2,12 +2,4 @@
set -ex
scripts/fetchdep.sh matrix-org matrix-js-sdk
pushd matrix-js-sdk
yarn link
yarn install $@
popd
yarn link matrix-js-sdk
yarn install $@