Skip to content

Commit

Permalink
Remove 'all' from the mill project type's compile and test commands
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenceWarne authored and bbatsov committed Nov 30, 2023
1 parent 71f18ad commit e0fc464
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projectile.el
Original file line number Diff line number Diff line change
Expand Up @@ -3437,8 +3437,8 @@ a manual COMMAND-TYPE command is created with
:project-file "build.sc"
:src-dir "src/"
:test-dir "test/src/"
:compile "mill all __.compile"
:test "mill all __.test"
:compile "mill __.compile"
:test "mill __.test"
:test-suffix "Test")

;; Clojure
Expand Down

0 comments on commit e0fc464

Please sign in to comment.