ui: Add "build" to command list.

* haunt/ui.scm (commands): Add "build".
This commit is contained in:
David Thompson 2015-04-11 18:31:54 -04:00
parent 210e58c2ba
commit db0f607f28
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
haunt-main)) haunt-main))
(define commands (define commands
'("serve")) '("build" "serve"))
(define program-name (make-parameter 'haunt)) (define program-name (make-parameter 'haunt))