Skip to content

Commit

Permalink
Remove clean from lein aliases
Browse files Browse the repository at this point in the history
Fixes #95 Maybe not the best solution but better than broken behaviour
for now.
  • Loading branch information
superstructor committed Jan 19, 2020
1 parent 0cdd024 commit ec8ea22
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/leiningen/new/re_frame/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,13 @@
:linux "xdg-open"}}}

:aliases {"dev" ["with-profile" "dev" "do"
["clean"]
["run" "-m" "shadow.cljs.devtools.cli" "watch" "app"]]
"prod" ["with-profile" "prod" "do"
["clean"]
["run" "-m" "shadow.cljs.devtools.cli" "release" "app"]]
"build-report" ["with-profile" "prod" "do"
["clean"]
["run" "-m" "shadow.cljs.devtools.cli" "run" "shadow.cljs.build-report" "app" "target/build-report.html"]
["shell" "open" "target/build-report.html"]]
"karma" ["with-profile" "prod" "do"
["clean"]
["run" "-m" "shadow.cljs.devtools.cli" "compile" "karma-test"]
["shell" "karma" "start" "--single-run" "--reporters" "junit,dots"]]}

Expand Down

0 comments on commit ec8ea22

Please sign in to comment.