summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2017-04-17 07:55:03 -0700
committerChristopher Speller <crspeller@gmail.com>2017-04-17 10:55:03 -0400
commitacc991dea1f97e5eb93cbb1c861925d24114caca (patch)
treef7abbf45448da746dc298790e3068c616f52ccfb /Makefile
parent32078865147dc4779023e036aba164842067e58b (diff)
downloadchat-acc991dea1f97e5eb93cbb1c861925d24114caca.tar.gz
chat-acc991dea1f97e5eb93cbb1c861925d24114caca.tar.bz2
chat-acc991dea1f97e5eb93cbb1c861925d24114caca.zip
PLT-6317 disable file watcher while running from makefile (#6103)
* PLT-6317 disable file watcher while running from make file * Removing debug stmt
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 28e6fde38..b9c909ff1 100644
--- a/Makefile
+++ b/Makefile
@@ -417,7 +417,7 @@ run-server: prepare-enterprise start-docker
@echo Running mattermost for development
mkdir -p $(BUILD_WEBAPP_DIR)/dist/files
- $(GO) run $(GOFLAGS) $(GO_LINKER_FLAGS) ./cmd/platform/*.go &
+ $(GO) run $(GOFLAGS) $(GO_LINKER_FLAGS) ./cmd/platform/*.go --disableconfigwatch &
run-cli: prepare-enterprise start-docker
@echo Running mattermost for development