diff --git a/vcx/wrappers/node/ci/test.sh b/vcx/wrappers/node/ci/test.sh index cce06fa4..85740fc8 100755 --- a/vcx/wrappers/node/ci/test.sh +++ b/vcx/wrappers/node/ci/test.sh @@ -1,6 +1,8 @@ #!/bin/bash +set -e cd vcx/wrappers/node/ npm i +npm audit npm run lint npm run compile npm test