Skip to content
Snippets Groups Projects
Commit bd6ab72c authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

Fix jenkins failure

do npm install before running the js tests
parent 86b64b65
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment