From bc53854c048ee0244c2c300693b1c71442f63f41 Mon Sep 17 00:00:00 2001 From: Tatiana Al-Chueyr Date: Fri, 10 Jan 2025 13:41:24 +0000 Subject: [PATCH] Fix running make docker run when previous versions were run locally (#362) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 422a9e75..7bd19aae 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,7 @@ clean: ## Removes build and test artifacts .PHONY: build-whl build-whl: ## Build installable whl file rm -rf dev/include/* + rm -rf dist/* hatch build cp dist/* dev/include/