From a8ae3c791321c676dc6661271a2087b76770ad4e Mon Sep 17 00:00:00 2001 From: Jan Jurzitza Date: Sun, 13 Feb 2022 20:35:38 +0100 Subject: [PATCH] change preGenerateCommands -> preBuildCommands --- dub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.json b/dub.json index e59b79c..2086e9e 100644 --- a/dub.json +++ b/dub.json @@ -14,7 +14,7 @@ "versions" : [ "built_with_dub" ], - "preGenerateCommands" : [ + "preBuildCommands" : [ "$DC -run \"$PACKAGE_DIR/dubhash.d\"" ] }