Disable file watcher in run_build() for the sake of qemu on arm64 (#1658)

This commit is contained in:
Anastas Dancha
2022-09-13 19:54:10 -04:00
committed by Matthew Peveler
parent 9ab783883c
commit 9f927c1787

View File

@@ -35,7 +35,7 @@ run_serve() {
}
run_build() {
bundle exec middleman build --clean
bundle exec middleman build --clean --watcher-disable
}
parse_args() {