From 939701db33eb3453cc6b7f4137c400bcd8e3e307 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Mon, 3 Mar 2025 17:19:49 -0500 Subject: [PATCH] modified: Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7e2d32c..5ddd7f0 100644 --- a/Makefile +++ b/Makefile @@ -69,8 +69,8 @@ install-source-dev-and-test: venv install-themes $(PIP) install --upgrade -r requirements-test.txt install-source-prod: venv install-themes - @echo "Deleting tests from source code for production..." - rm -rf remarkbox/tests + @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