fix build config

This commit is contained in:
Michael Jerger 2023-05-19 16:22:19 +02:00
parent e534aac049
commit 936dbbfa99

View file

@ -22,7 +22,7 @@ def initialize(project):
"mixin_types": ["RELEASE"],
"release_type": "MINOR",
"release_primary_build_file": "project.clj",
"release_secondary_build_file": ["package.json"],
"release_secondary_build_files": ["package.json"],
}
project.build_depends_on("ddadevops>=4.0.0-dev")