From 14a46c080fc455b9124da5cd8e33f594e27d1fcb Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Sat, 22 Jul 2023 12:11:33 +0200 Subject: [PATCH] minor build fixes --- .gitignore | 1 + build.py | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 05f4f8d..89da7e2 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ public/js/ auth.edn config.edn out.yaml +.eastwood diff --git a/build.py b/build.py index afeb4a7..f011445 100644 --- a/build.py +++ b/build.py @@ -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)