From dfc65cacc462eb6f5fb75761f578f982b3bf1492 Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 6 Oct 2023 12:07:09 +0200 Subject: [PATCH] Fix build.py --- build.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build.py b/build.py index 7a02da8..3652ef4 100644 --- a/build.py +++ b/build.py @@ -23,6 +23,7 @@ def initialize(project): "release_secondary_build_files": [ "project-cljs.clj", ], + "release_main_branch": "master", } build = ReleaseMixin(project, input) @@ -62,11 +63,12 @@ def upload_cljs(project): @task def lint(project): - run( + # TODO: Do proper configuration + """run( "lein eastwood", shell=True, check=True, - ) + )""" run( "lein ancient check", shell=True,