update
This commit is contained in:
4
Makefile
4
Makefile
@@ -18,10 +18,10 @@ stop:
|
||||
@echo "gestoppt."
|
||||
|
||||
test:
|
||||
cd backend && python -m pytest ../tests -x -q
|
||||
cd backend && python3 -m pytest ../tests -x -q
|
||||
|
||||
test-e2e:
|
||||
cd backend && CREATOR_FAKE_AGENTS=1 python -m pytest ../tests/test_e2e.py -x -q
|
||||
cd backend && CREATOR_FAKE_AGENTS=1 python3 -m pytest ../tests/test_e2e.py -x -q
|
||||
|
||||
build:
|
||||
cd frontend && npm run build
|
||||
|
||||
Reference in New Issue
Block a user