fix(ci): remove old make targets

This commit is contained in:
Łukasz Mierzwa
2020-11-22 14:10:02 +00:00
committed by Łukasz Mierzwa
parent eeecd09101
commit 76a218111d
2 changed files with 1 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ include make/docker.mk
include make/lint-versions.mk
.PHONY: lint
lint: lint-versions
lint: lint-bootstrap-version
make -C ui lint-js
make -C ui lint-docs

View File

@@ -6,6 +6,3 @@ lint-bootstrap-version:
echo "Bootstrap version mismatch: BOOTSTRAP_VERSION=$(BOOTSTRAP_VERSION) BOOTSWATCH_VERSION=$(BOOTSWATCH_VERSION)"; \
exit 1; \
fi
.PHONY: lint-versions
lint-versions: lint-golang-version lint-nodejs-version