diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2015-02-06 12:05:04 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2015-02-06 12:05:04 +0100 |
commit | d55b65d2c982383389c24ba9317627717527ecdd (patch) | |
tree | 056bec92410fd3e1a5527b430564610e06d3393a | |
parent | 6eb51bea4d8519515ef2e913b5bf0c867216ad05 (diff) | |
download | qtlocation-mapboxgl-d55b65d2c982383389c24ba9317627717527ecdd.tar.gz |
always build before running tests to ensure freshness
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index e55d388041..ff2566bb39 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "devDependencies": {}, "scripts": { "install": "make", - "test": "mocha -R spec test" + "test": "make test" }, "gypfile": true } |