mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-08-04 14:37:34 +00:00
switch to electron in PATH
This commit is contained in:
parent
8231a22187
commit
d1b36cfe45
1 changed files with 3 additions and 4 deletions
|
|
@ -16,9 +16,8 @@
|
|||
|
||||
run_action server_manager/electron_app/build
|
||||
|
||||
readonly NODE_MODULES_BIN_DIR="${ROOT_DIR}/node_modules/.bin"
|
||||
|
||||
cd "${BUILD_DIR}/server_manager/electron_app/static"
|
||||
|
||||
OUTLINE_DEBUG='true' \
|
||||
SB_METRICS_URL='https://dev.metrics.getoutline.org' \
|
||||
"${NODE_MODULES_BIN_DIR}/electron" .
|
||||
SB_METRICS_URL='https://dev.metrics.getoutline.org' \
|
||||
electron .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue