Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit f95a039

Browse files
authored
feat: Add matching IDA-name-first commands for dev.remove-containers (#1108)
This should bring it to parity with dev.down. (For example, `lms-down` == `dev.down.lms`, and now `lms-remove-containers` == `dev.remove-containers.lms`.)
1 parent db4ff2a commit f95a039

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,7 @@ $(addsuffix -restart-container, $(ALL_SERVICES_LIST)): %-restart-container: dev.
539539
$(addsuffix -stop, $(ALL_SERVICES_LIST)): %-stop: dev.stop.%
540540
$(addsuffix -kill, $(ALL_SERVICES_LIST)): %-kill: dev.kill.%
541541
$(addsuffix -down, $(ALL_SERVICES_LIST)): %-down: dev.down.%
542+
$(addsuffix -remove-containers, $(ALL_SERVICES_LIST)): %-remove-containers: dev.remove-containers.%
542543
$(addsuffix -check, $(EDX_SERVICES_LIST)): %-check: dev.check.%
543544
$(addsuffix -restart-devserver, $(EDX_SERVICES_LIST)): %-restart-devserver: dev.restart-devserver.%
544545
$(addsuffix -logs, $(ALL_SERVICES_LIST)): %-logs: dev.logs.%

0 commit comments

Comments
 (0)