minor build fixes

pull/1/head
Michael Jerger 10 months ago
parent 9740c25e6d
commit 14a46c080f

1
.gitignore vendored

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

@ -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)

Loading…
Cancel
Save