feat(FN-002): complete Step 6 — Testing & Verification

Fusion-Task-Id: FN-002
Fusion-Task-Lineage: 49cb7077-d805-4d39-9a27-ae50744f2839
This commit is contained in:
Fusion
2026-05-14 07:16:08 +02:00
parent 0ae8f5d7f4
commit f81fea2297
+6 -6
View File
@@ -1,23 +1,23 @@
.PHONY: install lint test typecheck build dev compose-up compose-down clean .PHONY: install lint test typecheck build dev compose-up compose-down clean
install: install:
pnpm install npx pnpm@11.1.1 install
cd apps/api && python3 -m venv .venv && .venv/bin/pip install -e ".[dev]" cd apps/api && python3 -m venv .venv && .venv/bin/pip install -e ".[dev]"
lint: lint:
pnpm lint npx pnpm@11.1.1 lint
test: test:
pnpm test npx pnpm@11.1.1 test
typecheck: typecheck:
pnpm typecheck npx pnpm@11.1.1 typecheck
build: build:
pnpm build npx pnpm@11.1.1 build
dev: dev:
pnpm dev npx pnpm@11.1.1 dev
compose-up: compose-up:
docker compose up --build -d docker compose up --build -d