summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2015-02-18 12:21:18 -0500
committerMike Morris <michael.patrick.morris@gmail.com>2015-02-18 12:21:18 -0500
commit6e7278d72d29b428174eaf6e9b537c6bd5b79377 (patch)
tree4eeaae5ae1c76a464b9f18809ca58cb2991d45b8 /package.json
parent24946b29faf2349ef2d8ed7c4fd844c777676926 (diff)
downloadqtlocation-mapboxgl-6e7278d72d29b428174eaf6e9b537c6bd5b79377.tar.gz
add npm script rebuild, always build from source on travis
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 5bf9725ceb..e3884bed23 100644
--- a/package.json
+++ b/package.json
@@ -33,7 +33,8 @@
},
"scripts": {
"install": "node-pre-gyp install || make",
- "test": "make test"
+ "test": "make test",
+ "rebuild": "make clean && make"
},
"gypfile": true,
"binary": {