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";