disable tests for now to speed up trying stuff out, run the build as well

This commit is contained in:
Bruno Windels 2018-07-27 15:23:37 +02:00
parent fd5193b9f4
commit 0ee72a2972

View File

@ -23,6 +23,7 @@ ln -s "$REACT_SDK_DIR/node_modules/matrix-js-sdk" node_modules/matrix-js-sdk
rm -r node_modules/matrix-react-sdk
ln -s "$REACT_SDK_DIR" node_modules/matrix-react-sdk
npm run build
npm run test
popd