Skip to content

Commit

Permalink
Fix local docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
kimo-k committed Jan 26, 2024
1 parent 9707356 commit 9456672
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

:aliases {"watch" ["do"
["clean"]
["shadow" "watch" "browser-test" "karma-test" "docs"]]
["with-profile" "+docs" "shadow" "watch" "browser-test" "karma-test" "docs"]]

"ci" ["do"
["clean"]
Expand All @@ -89,4 +89,4 @@

"docs" ["do"
["clean"]
["shadow" "release" ":docs"]]})
["with-profile" "+docs" "shadow" "release" ":docs"]]})

0 comments on commit 9456672

Please sign in to comment.