From 50d01525ac9f67c5a3e680a3f807c204f6a1cdbd Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Sun, 15 Feb 2026 18:01:57 -0800 Subject: Vanilla JS (v3): Implement Tags, Filters, and Infinite Scroll --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c3076f6..8ed1964 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,7 @@ install: build test: ${GO} test -cover ./... cd frontend && ${NPM} test -- --run + cd frontend-vanilla && ${NPM} test -- --run test-race: ${GO} test -race ./... -- cgit v1.2.3