Fixed stop error on webapp makefile (#22662)
Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
dd67376097
Коммит
2cd7313179
@@ -17,7 +17,7 @@ stop: ## Stops webpack
|
|||||||
ifeq ($(OS),Windows_NT)
|
ifeq ($(OS),Windows_NT)
|
||||||
wmic process where "Caption='node.exe' and CommandLine like '%webpack%'" call terminate
|
wmic process where "Caption='node.exe' and CommandLine like '%webpack%'" call terminate
|
||||||
else
|
else
|
||||||
@pkill -f webpack || true
|
-@pkill -f webpack || true
|
||||||
endif
|
endif
|
||||||
|
|
||||||
.PHONY: restart
|
.PHONY: restart
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user