aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
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: