From cba29e6aae637b04ff6eaf28f74bc15b6242b9ea Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Mon, 16 Feb 2026 19:37:50 -0800 Subject: Remove legacy V2 React frontend and update build/test scripts to focus on Vanilla JS (V3) --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2356f07..2cd1235 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,6 @@ install: build test: ${GO} test -cover ./... - cd frontend && ${NPM} test -- --run cd frontend-vanilla && ${NPM} test -- --run test-race: -- cgit v1.2.3