chore(Makefile): frontend-test-watch
This commit is contained in:
parent
63030d4dff
commit
127ebd8f78
6
Makefile
6
Makefile
@ -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
|
||||
|
||||
Reference in New Issue
Block a user