From 63030d4dffb065be596fe409f660eec0447d6b8f Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Tue, 16 Jan 2024 00:29:40 +0100 Subject: [PATCH] chore(Makefile): frontend-test --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 4ad106611..517060738 100644 --- a/Makefile +++ b/Makefile @@ -44,6 +44,10 @@ frontend-%: node_modules --frontend-watch: WATCH=--watch --frontend-watch: --frontend-build +.PHONY: --frontend-test +--frontend-test: karma.conf.js + npx -- karma start --conf karma.conf.js + node_modules: .npmrc package.json npm ci --cache .npm --prefer-offline