From 8f37f8638d9009d7bf65e3cbad864133e8d916b3 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Wed, 15 Jan 2020 10:28:27 -0700 Subject: [PATCH] Build the js-sdk for Jest tests This is theoretically a fix for the tests failing post-sourcemaps. --- scripts/ci/install-deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ci/install-deps.sh b/scripts/ci/install-deps.sh index 6484ebab29..a2e2e59a45 100755 --- a/scripts/ci/install-deps.sh +++ b/scripts/ci/install-deps.sh @@ -7,6 +7,7 @@ scripts/fetchdep.sh matrix-org matrix-js-sdk pushd matrix-js-sdk yarn link yarn install +yarn build popd yarn link matrix-js-sdk