@echo "Deleting tests from source code for production..."

rm -rf make_post_sell/tests

	modified:   Makefile
This commit is contained in:
Russell Ballestrini 2025-03-03 17:14:36 -05:00
parent fac977b7b7
commit 1162034875

View file

@ -65,6 +65,8 @@ install-source-dev-and-test: venv
# Install from source for production (noneditable).
install-source-prod: venv
@echo "Deleting tests from source code for production..."
rm -rf make_post_sell/tests
@echo "Installing make_post_sell from source for production (noneditable)..."
$(PIP) install .
$(PIP) install --upgrade -r requirements-prod.txt