mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 08:01:02 -04:00
Change directory to src.
This commit is contained in:
parent
cfaee1a1a7
commit
c4fa093a1f
4 changed files with 8 additions and 8 deletions
|
@ -11,8 +11,8 @@ MY_DIR=$(try cd "${0%/*}" && try pwd -P) || exit 1
|
||||||
try cd "${MY_DIR}/../../../.."
|
try cd "${MY_DIR}/../../../.."
|
||||||
|
|
||||||
log "Assuming src/bin/installDeps.sh has already been run"
|
log "Assuming src/bin/installDeps.sh has already been run"
|
||||||
npm run dev --experimental-worker "${@}" &
|
( cd src && npm run dev --experimental-worker "${@}" &
|
||||||
ep_pid=$!
|
ep_pid=$!)
|
||||||
|
|
||||||
log "Waiting for Etherpad to accept connections (http://localhost:9001)..."
|
log "Waiting for Etherpad to accept connections (http://localhost:9001)..."
|
||||||
connected=false
|
connected=false
|
||||||
|
|
|
@ -11,8 +11,8 @@ MY_DIR=$(try cd "${0%/*}" && try pwd -P) || exit 1
|
||||||
try cd "${MY_DIR}/../../../.."
|
try cd "${MY_DIR}/../../../.."
|
||||||
|
|
||||||
log "Assuming src/bin/installDeps.sh has already been run"
|
log "Assuming src/bin/installDeps.sh has already been run"
|
||||||
npm run dev --experimental-worker "${@}" &
|
(cd src && npm run dev --experimental-worker "${@}" &
|
||||||
ep_pid=$!
|
ep_pid=$!)
|
||||||
|
|
||||||
log "Waiting for Etherpad to accept connections (http://localhost:9001)..."
|
log "Waiting for Etherpad to accept connections (http://localhost:9001)..."
|
||||||
connected=false
|
connected=false
|
||||||
|
|
|
@ -19,8 +19,8 @@ s!"points":[^,]*!"points": 1000!
|
||||||
|
|
||||||
log "Deprecation notice: runnerBackend.sh - Please use: cd src && npm test"
|
log "Deprecation notice: runnerBackend.sh - Please use: cd src && npm test"
|
||||||
log "Assuming src/bin/installDeps.sh has already been run"
|
log "Assuming src/bin/installDeps.sh has already been run"
|
||||||
npm run dev "${@}" &
|
(cd src && npm run dev "${@}" &
|
||||||
ep_pid=$!
|
ep_pid=$!)
|
||||||
|
|
||||||
log "Waiting for Etherpad to accept connections (http://localhost:9001)..."
|
log "Waiting for Etherpad to accept connections (http://localhost:9001)..."
|
||||||
connected=false
|
connected=false
|
||||||
|
|
|
@ -24,8 +24,8 @@ s!"points":[^,]*!"points": 1000!
|
||||||
' settings.json.template >settings.json
|
' settings.json.template >settings.json
|
||||||
|
|
||||||
log "Assuming src/bin/installDeps.sh has already been run"
|
log "Assuming src/bin/installDeps.sh has already been run"
|
||||||
npm run dev &
|
(cd src && npm run dev &
|
||||||
ep_pid=$!
|
ep_pid=$!)
|
||||||
|
|
||||||
log "Waiting for Etherpad to accept connections (http://localhost:9001)..."
|
log "Waiting for Etherpad to accept connections (http://localhost:9001)..."
|
||||||
connected=false
|
connected=false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue