summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2015-03-05 16:23:11 -0500
committerMike Morris <michael.patrick.morris@gmail.com>2015-03-19 17:45:15 -0400
commit9a297051c7fca8e6f48c9365253d22885c9f78e1 (patch)
treef626d68203aacd4f595490be12dc339711196a3e /package.json
parentd42076528ee9f4e17acdaecb68d3e95155db63ec (diff)
downloadqtlocation-mapboxgl-9a297051c7fca8e6f48c9365253d22885c9f78e1.tar.gz
adapt NodeFileSource around mbgl::Environment additions
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 1e99cdc646..698d8d1fc9 100644
--- a/package.json
+++ b/package.json
@@ -36,7 +36,8 @@
"scripts": {
"install": "node-pre-gyp install || make",
"test": "make test",
- "rebuild": "make clean && make"
+ "rebuild": "make clean && make",
+ "build": "make"
},
"gypfile": true,
"binary": {