diff options
author | Mike Morris <michael.patrick.morris@gmail.com> | 2015-08-26 11:04:51 -0400 |
---|---|---|
committer | Mike Morris <michael.patrick.morris@gmail.com> | 2015-08-26 11:04:51 -0400 |
commit | 031a76303590183bc1d42f609592f7fe81035fbb (patch) | |
tree | 4a34e75cc7b1171a5e983a6fe8484778fe307861 /scripts | |
parent | d42728fdabc49b24df78e6dfee3f7cc1717db126 (diff) | |
download | qtlocation-mapboxgl-031a76303590183bc1d42f609592f7fe81035fbb.tar.gz |
cd platform/node && npm test
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/node/run.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/node/run.sh b/scripts/node/run.sh index e173bb7063..dea4ed8d8f 100755 --- a/scripts/node/run.sh +++ b/scripts/node/run.sh @@ -25,7 +25,7 @@ mapbox_time "checkout_test_suite" \ git submodule update --init test/suite mapbox_time "run_tests" \ -npm test +cd platform/node && npm test mapbox_time "run_render_tests" \ -npm run test-suite +cd platform/node && npm run test-suite |