fix(dev): script fails on -h

Also minor db scripts cleanup
This commit is contained in:
Gabriel Horner
2025-03-06 16:21:21 -05:00
parent 9828b15b51
commit c6a2ea6959
5 changed files with 10 additions and 10 deletions

View File

@@ -175,7 +175,7 @@ jobs:
run: cd deps/db && yarn install --frozen-lockfile
- name: Validate created DB graphs
run: cd deps/db && yarn nbb-logseq script/validate_client_db.cljs ../../scripts/db-graph-with-props ../../scripts/db-graph-with-schema --closed-maps --group-errors
run: cd deps/db && yarn nbb-logseq script/validate_db.cljs ../../scripts/db-graph-with-props ../../scripts/db-graph-with-schema --closed-maps --group-errors
e2e-test:
# TODO: Re-enable when ready to enable tests for file graphs