Run `npm install` for node tests
This commit is contained in:
parent
2a58862070
commit
d5aad959ce
|
@ -151,6 +151,8 @@ case "$TARGET" in
|
|||
cat tests.xml
|
||||
;;
|
||||
"node")
|
||||
npm install
|
||||
|
||||
pushd src/node
|
||||
node-gyp configure
|
||||
|
||||
|
|
Loading…
Reference in New Issue