diff --git a/project.clj b/project.clj index 14287d1f..3ec3ecb3 100644 --- a/project.clj +++ b/project.clj @@ -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"]]]})