Build the js-sdk in the CI script

now it's transpiled
pull/2920/head
David Baker 2017-01-11 17:20:27 +00:00
parent 97fc92b1bb
commit 10f0631487
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@ tar -C olm -xz < olm/olm-*.tgz
rm -r node_modules/olm
cp -r olm/package node_modules/olm
# we may be using a dev branch of react-sdk, in which case we need to build it
# we may be using dev branches of js-sdk and react-sdk, in which case we need to build them
(cd node_modules/matrix-js-sdk && npm run build)
(cd node_modules/matrix-react-sdk && npm run build)
# run the mocha tests