summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fde7e990c5..6873cac811 100644
--- a/Makefile
+++ b/Makefile
@@ -413,11 +413,11 @@ lint-editorconfig:
.PHONY: watch
watch:
- bash build/watch.sh
+ @bash build/watch.sh
.PHONY: watch-frontend
watch-frontend: node-check node_modules
- rm -rf $(WEBPACK_DEST_ENTRIES)
+ @rm -rf $(WEBPACK_DEST_ENTRIES)
NODE_ENV=development npx webpack --watch --progress
.PHONY: watch-backend