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)