run unit tests on riot-web like before

pull/21833/head
Bruno Windels 2019-01-09 15:02:20 +01:00
parent 0b4ce3c58e
commit 509ae4cea4
1 changed files with 4 additions and 0 deletions

View File

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