Skip to content

Commit dc02f4b

Browse files
committed
Ave Maria X
1 parent 2ab20e8 commit dc02f4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"watch-front-p": "yarn front yarn watch",
3737
"start-back-p": "cd backend && python manage.py runserver --settings settings --pythonpath ../private",
3838
"start-back-p-local": "cd backend && python manage.py runserver --settings production --insecure --pythonpath ..",
39-
"start-front-func-test" : "cd frontend && ng serve --port 4200 & sleep 20",
39+
"start-front-func-test": "cd frontend && ng serve --port 4200 & while ! nc -z localhost 4200; do sleep 1; done",
4040
"start-p": "yarn start-back-p & sleep 5 && yarn static-p && yarn watch-front-p",
4141
"stop-back": "lsof -t -i tcp:8000 | xargs kill -9 || echo \"not running\""
4242
},

0 commit comments

Comments
 (0)