We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bb site-preview
bb preview
1 parent 032f1ce commit b953607Copy full SHA for b953607
1 file changed
bb.edn
@@ -1,4 +1,5 @@
1
{:tasks
2
- {site-preview {:doc "Build site with Quarto and preview"
3
- :task (do (clojure "-M:clay -A:markdown")
4
- (shell "quarto preview site"))}}}
+ {preview
+ {:doc "Build site with Quarto and preview"
+ :task (do (clojure "-M:clay -A:markdown")
5
+ (shell "quarto preview site"))}}}
0 commit comments