From fcc40ee37275b8a76a7d3c5ed7a92324a689a0a8 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 11 Jan 2017 19:03:20 +0000 Subject: [PATCH] It's now just build --- jenkins.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins.sh b/jenkins.sh index 788f5f03d8..1e281fa016 100755 --- a/jenkins.sh +++ b/jenkins.sh @@ -13,7 +13,7 @@ set -x npm install # we may be using a dev branch of js-sdk in which case we need to build it -(cd node_modules/matrix-js-sdk && npm run compile) +(cd node_modules/matrix-js-sdk && npm run build) # run the mocha tests npm run test