Fix jenkins failure

do npm install before running the js tests
This commit is contained in:
Richard van der Hoff 2016-12-23 10:40:17 +00:00
parent 86b64b653a
commit bd6ab72ca4

View file

@ -11,5 +11,5 @@ make test
. ~/.emsdk_set_env.sh
make js
(cd javascript && npm run test)
(cd javascript && npm install && npm run test)
npm pack javascript