Skip to content

Commit

Permalink
wip: ci: disable dependency check
Browse files Browse the repository at this point in the history
it currently fails by printing

    visitor[(override || node.type)] is not a function

in red, and exiting with code 1.

Need to debug this, but I don't look forward to do this.
  • Loading branch information
Yogu committed Jul 25, 2024
1 parent f924b4b commit 4997a21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ rimraf dist
tsc --skipLibCheck
cpy --flat src/schema/preparation/source-validation-modules/schema dist/src/schema/preparation/source-validation-modules/schema
node ./emit-cruddl-version.js
dependency-check ./package.json --no-dev --ignore-module @arangodb --ignore-module internal

0 comments on commit 4997a21

Please sign in to comment.