fix(ci): remove dead make target

This commit is contained in:
Łukasz Mierzwa
2020-11-23 09:10:14 +00:00
committed by Łukasz Mierzwa
parent 60f64ad8c9
commit 477ed0bb73
-1
View File
@@ -7,7 +7,6 @@ include make/lint-versions.mk
.PHONY: lint
lint: lint-bootstrap-version
make -C ui lint-js
make -C ui lint-docs
.PHONY: test
test: lint