mirror of https://github.com/zulip/zulip.git
test-js-with-node: Fix istanbul not being in PATH.
This commit is contained in:
parent
82b1218af9
commit
09b677b605
|
@ -4,6 +4,7 @@ set -e
|
|||
cd "$(dirname "$0")"/..
|
||||
|
||||
export NODE_PATH=/usr/lib/nodejs:static
|
||||
export PATH=$PATH:node_modules/.bin
|
||||
|
||||
INDEX_JS=frontend_tests/zjsunit/index.js
|
||||
NODEJS=$(which nodejs || which node)
|
||||
|
|
Loading…
Reference in New Issue