summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index e4cd6e3ed..b141b2ae8 100644
--- a/Makefile
+++ b/Makefile
@@ -370,9 +370,7 @@ run-cli: start-docker
run-client:
@echo Running mattermost client for development
- @if [ ! -e client ]; then \
- ln -s $(BUILD_WEBAPP_DIR)/dist client; \
- fi
+ ln -nfs $(BUILD_WEBAPP_DIR)/dist client
cd $(BUILD_WEBAPP_DIR) && $(MAKE) run
run-client-fullmap: