Skip to content

Commit 9456672

Browse files
committedJan 26, 2024
Fix local docs build
1 parent 9707356 commit 9456672

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎project.clj

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080

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

8585
"ci" ["do"
8686
["clean"]
@@ -89,4 +89,4 @@
8989

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

0 commit comments

Comments
 (0)
Please sign in to comment.