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

This commit is contained in:
Bruno Windels
2018-07-31 11:00:44 +02:00
parent fd5193b9f4
commit 0ee72a2972
+1
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