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
install:
pnpm install
npx pnpm@11.1.1 install
cd apps/api && python3 -m venv .venv && .venv/bin/pip install -e ".[dev]"
lint:
pnpm lint
npx pnpm@11.1.1 lint
test:
pnpm test
npx pnpm@11.1.1 test
typecheck:
pnpm typecheck
npx pnpm@11.1.1 typecheck
build:
pnpm build
npx pnpm@11.1.1 build
dev:
pnpm dev
npx pnpm@11.1.1 dev
compose-up:
docker compose up --build -d