minor build fixes

This commit is contained in:
Michael Jerger 2023-07-22 12:11:33 +02:00
parent 9740c25e6d
commit 14a46c080f
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -27,3 +27,4 @@ public/js/
auth.edn
config.edn
out.yaml
.eastwood

View file

@ -162,4 +162,5 @@ def linttest(project, release_type):
build.update_release_type(release_type)
test_clj(project)
test_cljs(project)
test_schema(project)
lint(project)