install: only prod deps

This commit is contained in:
Guillermo Rauch 2016-07-01 14:31:31 -07:00
parent bb8a93d5c8
commit 689a168828

View file

@ -9,4 +9,4 @@ export npm_config_runtime=electron
# Tell node-pre-gyp to build module from source code.
export npm_config_build_from_source=true
# Install all dependencies, and store cache to ~/.electron-gyp.
HOME=~/.electron-gyp npm install
HOME=~/.electron-gyp npm install --only=prod