fix build config
This commit is contained in:
parent
e534aac049
commit
936dbbfa99
1 changed files with 1 additions and 1 deletions
2
build.py
2
build.py
|
@ -22,7 +22,7 @@ def initialize(project):
|
||||||
"mixin_types": ["RELEASE"],
|
"mixin_types": ["RELEASE"],
|
||||||
"release_type": "MINOR",
|
"release_type": "MINOR",
|
||||||
"release_primary_build_file": "project.clj",
|
"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")
|
project.build_depends_on("ddadevops>=4.0.0-dev")
|
||||||
|
|
Loading…
Reference in a new issue