Skip to content

Commit

Permalink
serve: add --watch to live-rebuild
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
  • Loading branch information
vdemeester authored and tekton-robot committed Mar 31, 2020
1 parent 6b744eb commit 1cd34c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ serve:
--buildDrafts \
--buildFuture \
--disableFastRender \
--ignoreCache
--ignoreCache \
--watch

.PHONY: production-build
production-build: sync
Expand Down

0 comments on commit 1cd34c9

Please sign in to comment.