Skip to content

Commit 82fd01f

Browse files
dev: makefile delete on error updated
1 parent 703d13b commit 82fd01f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ megalinter-upgrade: ## Upgrade MegaLinter config to latest version
199199

200200
# Run tests, build & package the Clojure code and clean up afterward
201201
# `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
202+
.DELETE_ON_ERROR:
203+
all: test-ci dist clean ## Call test-ci dist and clean targets, used for CI
204+
204205
# ------------------------------------ #

0 commit comments

Comments
 (0)