From 249d18187c00c0da198ab55a76fce98438d60876 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Thu, 23 Feb 2023 13:39:49 +0100 Subject: [PATCH] Clean before running --- shells/objectgericht-project.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shells/objectgericht-project.nix b/shells/objectgericht-project.nix index 551a3e92..e4ba1d66 100644 --- a/shells/objectgericht-project.nix +++ b/shells/objectgericht-project.nix @@ -16,7 +16,7 @@ name = "start"; category = "development"; help = "Run game"; - command = "mvn javafx:run"; + command = "mvn clean javafx:run"; } { name = "clean";