ui: Add "build" to command list.
* haunt/ui.scm (commands): Add "build".
This commit is contained in:
		@@ -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))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user