Update full bin and pre_cmd

This commit is contained in:
joncrangle
2023-11-30 22:29:47 -05:00
parent fcd8004d22
commit 0130c010b1

View File

@@ -12,7 +12,7 @@ tmp_dir = "tmp"
exclude_regex = ["_test.go"] exclude_regex = ["_test.go"]
exclude_unchanged = false exclude_unchanged = false
follow_symlink = false follow_symlink = false
full_bin = "RULESET=./ruleset.yaml ./tmp/main" full_bin = "./tmp/main --ruleset ./ruleset.yaml"
include_dir = [] include_dir = []
include_ext = ["go", "tpl", "tmpl", "yaml", "html", "js"] include_ext = ["go", "tpl", "tmpl", "yaml", "html", "js"]
include_file = [] include_file = []
@@ -21,7 +21,7 @@ tmp_dir = "tmp"
poll = false poll = false
poll_interval = 0 poll_interval = 0
post_cmd = [] post_cmd = []
pre_cmd = ["echo 'dev' > handlers/VERSION"] pre_cmd = ["echo 'dev' > handlers/VERSION echo 'dev' > cmd/VERSION"]
rerun = false rerun = false
rerun_delay = 500 rerun_delay = 500
send_interrupt = false send_interrupt = false