Skip to content

Commit

Permalink
[build] Workaround watch ignore issue
Browse files Browse the repository at this point in the history
  • Loading branch information
niedzielski committed Nov 27, 2022
1 parent 4f26ffe commit 8927542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ bundle: | $(dist_dir)/
$(deno) bundle --config='$(deno_config)' mod.ts '$(dist_dir)/mem.js'

.PHONY: watch\:build
watch\:build:; watchexec -i dist '$(make) build'
watch\:build:; watchexec --ignore='*/dist/*' '$(make) build'

.PHONY: watch
watch: watch\:build serve
Expand Down

0 comments on commit 8927542

Please sign in to comment.