minor build fixes
This commit is contained in:
parent
9740c25e6d
commit
14a46c080f
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -27,3 +27,4 @@ public/js/
|
||||||
auth.edn
|
auth.edn
|
||||||
config.edn
|
config.edn
|
||||||
out.yaml
|
out.yaml
|
||||||
|
.eastwood
|
||||||
|
|
1
build.py
1
build.py
|
@ -162,4 +162,5 @@ def linttest(project, release_type):
|
||||||
build.update_release_type(release_type)
|
build.update_release_type(release_type)
|
||||||
test_clj(project)
|
test_clj(project)
|
||||||
test_cljs(project)
|
test_cljs(project)
|
||||||
|
test_schema(project)
|
||||||
lint(project)
|
lint(project)
|
||||||
|
|
Loading…
Reference in a new issue