s/build/compile/ for js sdk

pull/21833/head
David Baker 2017-01-11 18:18:46 +00:00
parent a4aa74e85a
commit 5142cb63c8
1 changed files with 1 additions and 1 deletions

View File

@ -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 build)
(cd node_modules/matrix-js-sdk && npm run compile)
# run the mocha tests
npm run test