emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/projectile e0fc464d1e: Remove 'all' from the mill project


From: ELPA Syncer
Subject: [nongnu] elpa/projectile e0fc464d1e: Remove 'all' from the mill project type's compile and test commands
Date: Thu, 30 Nov 2023 16:00:05 -0500 (EST)

branch: elpa/projectile
commit e0fc464d1e41c8d7267636ea2b7330491087c19d
Author: Laurence Warne <laurencewarne@gmail.com>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>

    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 56178d2521..7892b8c75f 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]