mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
fix(ci): remove old make targets
This commit is contained in:
committed by
Łukasz Mierzwa
parent
eeecd09101
commit
76a218111d
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user