Skip to content

Commit b953607

Browse files
committed
Rename bb site-preview to bb preview
1 parent 032f1ce commit b953607

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

bb.edn

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{:tasks
2-
{site-preview {:doc "Build site with Quarto and preview"
3-
:task (do (clojure "-M:clay -A:markdown")
4-
(shell "quarto preview site"))}}}
2+
{preview
3+
{:doc "Build site with Quarto and preview"
4+
:task (do (clojure "-M:clay -A:markdown")
5+
(shell "quarto preview site"))}}}

0 commit comments

Comments
 (0)