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

pull/21833/head
Bruno Windels 2018-07-27 15:23:37 +02:00
parent fd5193b9f4
commit 0ee72a2972
1 changed files with 1 additions and 0 deletions

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