- Remove TestRealAPIs and enhance OllamaAPIIntegrationTest
- Add dev setup instruction
This commit is contained in:
amithkoujalgi
2025-03-11 11:41:51 +05:30
parent 44b4de9ed9
commit 469a0fe491
6 changed files with 411 additions and 640 deletions

View File

@@ -1,3 +1,10 @@
dev:
@echo "Setting up dev environment..."
@command -v pre-commit >/dev/null 2>&1 || { echo "Error: pre-commit is not installed. Please install it first."; exit 1; }
pre-commit install
pre-commit autoupdate
pre-commit install --install-hooks
build:
mvn -B clean install