Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kimo-k committed Mar 21, 2024
1 parent 0a32874 commit fd335cc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,9 @@
"ci" ["do"
["with-profile" "+dev" "do"
["clean"]
["shadow" "compile" "karma-test"]
["shell" "npm" "install"]
["shell" "npx" "shadow-cljs" "compile" "karma-test"]
["shell" "karma" "start" "--single-run" "--reporters" "junit,dots"]]
["with-profile" "+demo,-dev" "do"
["clean"]
["shadow" "release" "demo"]]]})
["shell" "npx" "shadow-cljs" "release" "demo"]]]})

0 comments on commit fd335cc

Please sign in to comment.