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
|
||||
config.edn
|
||||
out.yaml
|
||||
.eastwood
|
||||
|
|
1
build.py
1
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)
|
||||
|
|
Loading…
Reference in a new issue