chore(Makefile): frontend-test-watch

This commit is contained in:
Sarah Vaupel 2024-01-16 00:33:28 +01:00
parent 63030d4dff
commit 127ebd8f78

View File

@ -46,7 +46,11 @@ frontend-%: node_modules
.PHONY: --frontend-test
--frontend-test: karma.conf.js
npx -- karma start --conf karma.conf.js
npx -- karma start --conf karma.conf.js $(WATCH)
.PHONY: --frontend-test-watch
--frontend-test-watch: WATCH=--single-run false
--frontend-test-watch: --frontend-test
node_modules: .npmrc package.json
npm ci --cache .npm --prefer-offline