chore: add verify-all target and mandate local verification in GEMINI.md
This commit is contained in:
7
Makefile
7
Makefile
@@ -92,3 +92,10 @@ test-reset:
|
||||
test-e2e:
|
||||
$(MAKE) test-up
|
||||
@. scripts/test-env.sh; cd frontend && pnpm test:e2e
|
||||
|
||||
verify-all: lint test test-e2e
|
||||
@echo "Checking frontend lockfile sync..."
|
||||
cd frontend && pnpm install --frozen-lockfile
|
||||
@echo "Running local security audit..."
|
||||
cd backend && cargo audit --ignore RUSTSEC-2023-0071
|
||||
@echo "✅ All verification gates passed!"
|
||||
|
||||
Reference in New Issue
Block a user