install all deps

This commit is contained in:
Guillermo Rauch 2016-07-01 16:16:26 -07:00
parent e8518e1495
commit 3d06004a64

View file

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