feat: Remove obsolete CSV migration target from Makefile
This commit is contained in:
5
Makefile
5
Makefile
@@ -133,14 +133,9 @@ test-edit-functionality: ## Test the enhanced edit functionality
|
||||
test-edit-window: $(VENV_ACTIVATE) ## Test edit window functionality (save and delete)
|
||||
@echo "Running edit window functionality test..."
|
||||
$(PYTHON) scripts/test_edit_window_functionality.py
|
||||
|
||||
test-dose-editing: $(VENV_ACTIVATE) ## Test dose editing functionality in edit window
|
||||
@echo "Running dose editing functionality test..."
|
||||
$(PYTHON) scripts/test_dose_editing_functionality.py
|
||||
|
||||
migrate-csv: $(VENV_ACTIVATE) ## Migrate CSV to new format with dose tracking
|
||||
@echo "Migrating CSV to new format..."
|
||||
.venv/bin/python migrate_csv.py
|
||||
lint: ## Run the linter
|
||||
@echo "Running the linter..."
|
||||
docker-compose exec ${TARGET} pipenv run pre-commit run --all-files
|
||||
|
||||
Reference in New Issue
Block a user