modified: Makefile
This commit is contained in:
parent
43712b0176
commit
939701db33
1 changed files with 2 additions and 2 deletions
4
Makefile
4
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue