aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAdam Mathes <adam@adammathes.com>2026-02-15 18:01:57 -0800
committerAdam Mathes <adam@adammathes.com>2026-02-15 18:01:57 -0800
commit50d01525ac9f67c5a3e680a3f807c204f6a1cdbd (patch)
tree066df58d556ed8a7573f4bc8b7141a528957a3cf /Makefile
parentc652ac6a2cd23ef29f48465be09c2b674783e8e9 (diff)
downloadneko-50d01525ac9f67c5a3e680a3f807c204f6a1cdbd.tar.gz
neko-50d01525ac9f67c5a3e680a3f807c204f6a1cdbd.tar.bz2
neko-50d01525ac9f67c5a3e680a3f807c204f6a1cdbd.zip
Vanilla JS (v3): Implement Tags, Filters, and Infinite Scroll
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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 ./...