Skip to content

Commit fa39abb

Browse files
committed
Ave Maria IV
1 parent 51c7188 commit fa39abb

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
@@ -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 func pytest",
22+
"test-func": " yarn start-front && 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 ..",

0 commit comments

Comments
 (0)