Skip to content

Commit 084d725

Browse files
committed
Ave Maria VIII
1 parent c41be9b commit 084d725

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 &",
39+
"start-front-func-test" : "cd frontend && ng serve --port 4200 &",
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)