mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-07 23:55:12 -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}/../../../.."
|
||||
|
||||
log "Assuming src/bin/installDeps.sh has already been run"
|
||||
npm run dev --experimental-worker "${@}" &
|
||||
ep_pid=$!
|
||||
( cd src && npm run dev --experimental-worker "${@}" &
|
||||
ep_pid=$!)
|
||||
|
||||
log "Waiting for Etherpad to accept connections (http://localhost:9001)..."
|
||||
connected=false
|
||||
|
|
|
@ -11,8 +11,8 @@ MY_DIR=$(try cd "${0%/*}" && try pwd -P) || exit 1
|
|||
try cd "${MY_DIR}/../../../.."
|
||||
|
||||
log "Assuming src/bin/installDeps.sh has already been run"
|
||||
npm run dev --experimental-worker "${@}" &
|
||||
ep_pid=$!
|
||||
(cd src && npm run dev --experimental-worker "${@}" &
|
||||
ep_pid=$!)
|
||||
|
||||
log "Waiting for Etherpad to accept connections (http://localhost:9001)..."
|
||||
connected=false
|
||||
|
|
|
@ -19,8 +19,8 @@ s!"points":[^,]*!"points": 1000!
|
|||
|
||||
log "Deprecation notice: runnerBackend.sh - Please use: cd src && npm test"
|
||||
log "Assuming src/bin/installDeps.sh has already been run"
|
||||
npm run dev "${@}" &
|
||||
ep_pid=$!
|
||||
(cd src && npm run dev "${@}" &
|
||||
ep_pid=$!)
|
||||
|
||||
log "Waiting for Etherpad to accept connections (http://localhost:9001)..."
|
||||
connected=false
|
||||
|
|
|
@ -24,8 +24,8 @@ s!"points":[^,]*!"points": 1000!
|
|||
' settings.json.template >settings.json
|
||||
|
||||
log "Assuming src/bin/installDeps.sh has already been run"
|
||||
npm run dev &
|
||||
ep_pid=$!
|
||||
(cd src && npm run dev &
|
||||
ep_pid=$!)
|
||||
|
||||
log "Waiting for Etherpad to accept connections (http://localhost:9001)..."
|
||||
connected=false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue