1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-12-04 03:22:43 +03:00

npm install the js-sdk

otherwise we don't have uglifyjs
This commit is contained in:
David Baker
2017-01-12 16:38:48 +00:00
parent 314c57ca6b
commit 2708859b34

View File

@@ -13,7 +13,7 @@ set -x
npm install npm install
# we may be using a dev branch of js-sdk in which case we need to build it # 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 install)
# run the mocha tests # run the mocha tests
npm run test npm run test