Add CI scripts to install and link JS SDK
This installs and links the JS SDK to access ESLint rules and their deps. These scripts are copied from the React SDK. Part of https://github.com/vector-im/riot-web/issues/13584
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
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 $@
|
||||
Reference in New Issue
Block a user