mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
install all deps
This commit is contained in:
parent
e8518e1495
commit
3d06004a64
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue