diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1bc0a38509..44fb77e2cd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -73,7 +73,7 @@ jobs: run: yarn run lint - name: Check for circular dependencies - run: npx madge --exclude '(bitstream|bundle|collection|config-submission-form|eperson|item|version)\.model\.ts$' --circular --extensions ts ./ + run: yarn run check-circ-deps - name: Run build run: yarn run build:prod