summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2016-05-26 15:00:55 +0300
committerBruno de Oliveira Abinader <bruno@mapbox.com>2016-05-26 15:00:55 +0300
commitf4ebda09bea82146a0754d319b031cf62c0023e1 (patch)
treed7eb41323a6c33e607e572c2ed5804b680d58857 /Makefile
parentcd517b90faee6942899edaa0001687718055c8b0 (diff)
downloadqtlocation-mapboxgl-f4ebda09bea82146a0754d319b031cf62c0023e1.tar.gz
[build] Use 'npm update --dev' to install devDependencies
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 26e9b58ec5..a06ce5b8fa 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ else
endif
node_modules: package.json
- npm update # Install dependencies but don't run our own install script.
+ npm update --dev # Install dependencies but don't run our own install script.
GYP = deps/run_gyp --depth=. -Goutput_dir=.