chore(Makefile): frontend-lint
This commit is contained in:
parent
127ebd8f78
commit
2b3ce8e5ef
5
Makefile
5
Makefile
@ -44,6 +44,11 @@ frontend-%: node_modules
|
||||
--frontend-watch: WATCH=--watch
|
||||
--frontend-watch: --frontend-build
|
||||
|
||||
.PHONY: --frontend-lint
|
||||
--frontend-lint: .eslintrc.json
|
||||
npx -- eslint frontend/src
|
||||
@echo Hooray! There are no hints.
|
||||
|
||||
.PHONY: --frontend-test
|
||||
--frontend-test: karma.conf.js
|
||||
npx -- karma start --conf karma.conf.js $(WATCH)
|
||||
|
||||
Reference in New Issue
Block a user