chore(Makefile): frontend-test

This commit is contained in:
Sarah Vaupel 2024-01-16 00:29:40 +01:00
parent 32e4af199a
commit 63030d4dff

View File

@ -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