From 43712b01765483805689641fc04cea3a6db6387d Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Mon, 3 Mar 2025 17:15:39 -0500 Subject: [PATCH] modified: Makefile --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4fa5cf1..7e2d32c 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,9 @@ install-source-dev-and-test: venv install-themes $(PIP) install --upgrade -r requirements-test.txt install-source-prod: venv install-themes - @echo "Installing remarkbox from source (editable mode)..." + @echo "Deleting tests from source code for production..." + rm -rf remarkbox/tests + @echo "Installing remarkbox from source (in non-editable mode)..." $(PIP) install . $(PIP) install --upgrade -r requirements-prod.txt