From e0fc464d1e41c8d7267636ea2b7330491087c19d Mon Sep 17 00:00:00 2001 From: Laurence Warne Date: Thu, 30 Nov 2023 08:44:43 +0000 Subject: [PATCH] Remove 'all' from the mill project type's compile and test commands --- projectile.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projectile.el b/projectile.el index 56178d252..7892b8c75 100644 --- a/projectile.el +++ b/projectile.el @@ -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