mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
install: only prod deps
This commit is contained in:
parent
bb8a93d5c8
commit
689a168828
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.
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue