modified: Makefile

This commit is contained in:
Russell Ballestrini 2025-03-03 17:19:49 -05:00
parent 43712b0176
commit 939701db33

View file

@ -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