mirror of
https://github.com/element-hq/element-web
synced 2024-11-29 04:48:50 +03:00
It's now just build
This commit is contained in:
parent
f17f103d12
commit
70f48343ee
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ rm -r node_modules/olm
|
||||||
cp -r olm/package node_modules/olm
|
cp -r olm/package node_modules/olm
|
||||||
|
|
||||||
# we may be using dev branches of js-sdk and react-sdk, in which case we need to build them
|
# 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 compile)
|
(cd node_modules/matrix-js-sdk && npm run build)
|
||||||
(cd node_modules/matrix-react-sdk && npm run build)
|
(cd node_modules/matrix-react-sdk && npm run build)
|
||||||
|
|
||||||
# run the mocha tests
|
# run the mocha tests
|
||||||
|
|
Loading…
Reference in a new issue