Run `npm install` for node tests

This commit is contained in:
Scott Kyle 2016-04-19 16:40:48 -07:00
parent 2a58862070
commit d5aad959ce
1 changed files with 2 additions and 0 deletions

View File

@ -151,6 +151,8 @@ case "$TARGET" in
cat tests.xml
;;
"node")
npm install
pushd src/node
node-gyp configure