From 7830d1c632274d0a15b07e5bf0d5ffd3ba0e61ba Mon Sep 17 00:00:00 2001 From: lotte Date: Thu, 14 Apr 2022 16:14:09 +0200 Subject: [PATCH] replaced package.json script shorthand to build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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