diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2016-05-26 15:00:55 +0300 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2016-05-26 15:00:55 +0300 |
commit | f4ebda09bea82146a0754d319b031cf62c0023e1 (patch) | |
tree | d7eb41323a6c33e607e572c2ed5804b680d58857 /Makefile | |
parent | cd517b90faee6942899edaa0001687718055c8b0 (diff) | |
download | qtlocation-mapboxgl-f4ebda09bea82146a0754d319b031cf62c0023e1.tar.gz |
[build] Use 'npm update --dev' to install devDependencies
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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=. |