mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
8f37f8638d
This is theoretically a fix for the tests failing post-sourcemaps.
14 lines
165 B
Bash
Executable file
14 lines
165 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
scripts/fetchdep.sh matrix-org matrix-js-sdk
|
|
|
|
pushd matrix-js-sdk
|
|
yarn link
|
|
yarn install
|
|
yarn build
|
|
popd
|
|
|
|
yarn link matrix-js-sdk
|
|
yarn install
|