finish branch
This commit is contained in:
parent
66bc4c5a45
commit
40ca82bb45
11 changed files with 139 additions and 128 deletions
5
Makefile
5
Makefile
|
|
@ -1,4 +1,4 @@
|
|||
.PHONY: install-backend install-frontend install backend frontend db db-stop db-ready db-seed dev test test-backend test-frontend test-e2e
|
||||
.PHONY: install-backend install-frontend install backend frontend db db-stop db-ready db-seed dev test test-backend test-frontend test-e2e typecheck
|
||||
|
||||
-include .env
|
||||
export
|
||||
|
|
@ -52,3 +52,6 @@ test-e2e:
|
|||
./scripts/e2e.sh
|
||||
|
||||
test: test-backend test-frontend test-e2e
|
||||
|
||||
typecheck:
|
||||
cd backend && uv run mypy .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue