Fix jenkins failure
do npm install before running the js tests
This commit is contained in:
parent
86b64b653a
commit
bd6ab72ca4
1 changed files with 1 additions and 1 deletions
|
@ -11,5 +11,5 @@ make test
|
||||||
|
|
||||||
. ~/.emsdk_set_env.sh
|
. ~/.emsdk_set_env.sh
|
||||||
make js
|
make js
|
||||||
(cd javascript && npm run test)
|
(cd javascript && npm install && npm run test)
|
||||||
npm pack javascript
|
npm pack javascript
|
||||||
|
|
Loading…
Reference in a new issue