Skip to content

Commit ab8acb1

Browse files
committed
Ave Maria VI
1 parent bf27e7f commit ab8acb1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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 ..",
@@ -36,6 +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 &",
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
},

0 commit comments

Comments
 (0)