We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 703d13b commit 82fd01fCopy full SHA for 82fd01f
Makefile
@@ -199,6 +199,7 @@ megalinter-upgrade: ## Upgrade MegaLinter config to latest version
199
200
# Run tests, build & package the Clojure code and clean up afterward
201
# `make all` used in Docker builder stage
202
-# .DELETE_ON_ERROR:
203
-# all: test-ci dist clean ## Call test-ci dist and clean targets, used for CI
+.DELETE_ON_ERROR:
+all: test-ci dist clean ## Call test-ci dist and clean targets, used for CI
204
+
205
# ------------------------------------ #
0 commit comments