mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
Provide an easy way to use a local build of Electron (#12426)
* Provide an easy way to use a local build of Electron For instance from ~/projects/electron/out/D * document ELECTRON_OVERRIDE_DIST_PATH * Make the linter happy * Tweak ELECTRON_OVERRIDE_DIST_PATH docs
This commit is contained in:
committed by
Shelley Vohr
parent
cfd91a3b56
commit
2e5cb930de
7
.gitignore
vendored
7
.gitignore
vendored
@@ -42,4 +42,9 @@
|
||||
/vendor/python_26/
|
||||
node_modules/
|
||||
SHASUMS256.txt
|
||||
**/package-lock.json
|
||||
**/package-lock.json
|
||||
**/yarn.lock
|
||||
|
||||
# npm package
|
||||
/npm/dist
|
||||
/npm/path.txt
|
||||
Reference in New Issue
Block a user