File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 "startapp" : " yarn back django-admin startapp --settings langpro_annotator.settings --pythonpath ." ,
2020 "test-front" : " yarn front yarn test-once" ,
2121 "test-back" : " yarn back pytest" ,
22- "test-func" : " yarn start-front && yarn func pytest" ,
22+ "test-func" : " yarn start-front-func-test && yarn func pytest" ,
2323 "test" : " yarn test-back && yarn test-front && yarn test-func" ,
2424 "start-front" : " yarn front yarn serve" ,
2525 "start-back" : " cd backend && python manage.py runserver --settings glue --pythonpath .." ,
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 &" ,
3940 "start-p" : " yarn start-back-p & sleep 5 && yarn static-p && yarn watch-front-p" ,
4041 "stop-back" : " lsof -t -i tcp:8000 | xargs kill -9 || echo \" not running\" "
4142 },
You can’t perform that action at this time.
0 commit comments