Fix path
This commit is contained in:
parent
8b8665c7ae
commit
9c512da460
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ mkdir -p logs
|
||||||
cd frontend
|
cd frontend
|
||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
./scripts/wait-for-server.sh
|
./wait-for-server.sh
|
||||||
|
|
||||||
pids=()
|
pids=()
|
||||||
for i in $(seq 1 $process_count); do
|
for i in $(seq 1 $process_count); do
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue