run unit tests on riot-web like before

This commit is contained in:
Bruno Windels 2019-01-09 15:02:20 +01:00
parent 0b4ce3c58e
commit 509ae4cea4

View file

@ -6,5 +6,9 @@
set -ev
RIOT_WEB_DIR=riot-web
scripts/travis/build.sh
pushd "$RIOT_WEB_DIR"
npm run test
popd