@echo "Deleting tests from source code for production..."
rm -rf make_post_sell/tests modified: Makefile
This commit is contained in:
parent
fac977b7b7
commit
1162034875
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
|
@ -65,6 +65,8 @@ install-source-dev-and-test: venv
|
|||
|
||||
# Install from source for production (non‑editable).
|
||||
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 (non‑editable)..."
|
||||
$(PIP) install .
|
||||
$(PIP) install --upgrade -r requirements-prod.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue