diff --git a/webapp/Makefile b/webapp/Makefile index 7e7fe31f68..b921397be5 100644 --- a/webapp/Makefile +++ b/webapp/Makefile @@ -17,7 +17,7 @@ stop: ## Stops webpack ifeq ($(OS),Windows_NT) wmic process where "Caption='node.exe' and CommandLine like '%webpack%'" call terminate else - @pkill -f webpack || true + -@pkill -f webpack || true endif .PHONY: restart