diff options
author | Richard van der Hoff <richard@matrix.org> | 2016-12-23 10:40:17 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2016-12-23 10:40:17 +0000 |
commit | bd6ab72ca40e0484be2a39734ba135437e820d63 (patch) | |
tree | 2e2ec689f73e6749a4ce010944905f2dcd6a6892 | |
parent | 86b64b653a63e6183c1a4d79b58157c672235507 (diff) |
Fix jenkins failure
do npm install before running the js tests
-rwxr-xr-x | jenkins.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |