change preGenerateCommands -> preBuildCommands

This commit is contained in:
Jan Jurzitza 2022-02-13 20:35:38 +01:00 committed by GitHub
parent b240bd7490
commit a8ae3c7913
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
"versions" : [
"built_with_dub"
],
"preGenerateCommands" : [
"preBuildCommands" : [
"$DC -run \"$PACKAGE_DIR/dubhash.d\""
]
}