We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c41be9b commit 084d725Copy full SHA for 084d725
1 file changed
package.json
@@ -36,7 +36,7 @@
36
"watch-front-p": "yarn front yarn watch",
37
"start-back-p": "cd backend && python manage.py runserver --settings settings --pythonpath ../private",
38
"start-back-p-local": "cd backend && python manage.py runserver --settings production --insecure --pythonpath ..",
39
- "start-front-func-test" : "cd frontend && ng serve &",
+ "start-front-func-test" : "cd frontend && ng serve --port 4200 &",
40
"start-p": "yarn start-back-p & sleep 5 && yarn static-p && yarn watch-front-p",
41
"stop-back": "lsof -t -i tcp:8000 | xargs kill -9 || echo \"not running\""
42
},
0 commit comments